MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / complete

Method complete

api/experimentation/views.py:351–352  ·  view source on GitHub ↗
(self, request: Request, **kwargs: object)

Source from the content-addressed store, hash-verified

349
350 @action(detail=True, methods=["post"])
351 def complete(self, request: Request, **kwargs: object) -> Response:
352 return self._transition_status(ExperimentStatus.COMPLETED)
353
354 @action(detail=True, methods=["patch"])
355 def rollout(self, request: Request, **kwargs: object) -> Response:

Callers

nothing calls this directly

Calls 1

_transition_statusMethod · 0.95

Tested by

no test coverage detected