MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / post

Method post

api/e2etests/views.py:16–22  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

14 authentication_classes = (TokenAuthentication,)
15
16 def post(self, request): # type: ignore[no-untyped-def]
17 if not settings.ENABLE_FE_E2E:
18 return Response(status=status.HTTP_400_BAD_REQUEST)
19
20 teardown()
21 seed_data()
22 return Response(status=status.HTTP_204_NO_CONTENT)

Callers 15

index.jsFile · 0.45
createSampleUserFunction · 0.45
account-store.jsFile · 0.45
setUserFunction · 0.45
project-store.jsFile · 0.45
editUserFlagFunction · 0.45
toggleUserFlagFunction · 0.45
main.jsFile · 0.45
AdminAPIKeys.jsFile · 0.45

Calls 2

teardownFunction · 0.90
seed_dataFunction · 0.90

Tested by 15

organisationFunction · 0.36
projectFunction · 0.36
dynamo_enabled_projectFunction · 0.36
environmentFunction · 0.36
identityFunction · 0.36
server_side_sdk_clientFunction · 0.36
featureFunction · 0.36
mv_featureFunction · 0.36
mv_feature_optionFunction · 0.36
feature_2Function · 0.36