We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current endpoint featureflag only has GET
featureflag
Need to change to POST, e.g. POST /api/v5/featureflags
Acceptance criteria
Request should have user and app context
Response should be list of feature flags TRUE for a current user [ "AREA_MOTIVATIONAL_SUPPORT", "USE_AREA_PROBLEM" ]
The text was updated successfully, but these errors were encountered:
RidhamShah
Successfully merging a pull request may close this issue.
Current endpoint
featureflag
only has GETNeed to change to POST, e.g.
POST /api/v5/featureflags
Acceptance criteria
Request should have user and app context
Response should be list of feature flags TRUE for a current user
[
"AREA_MOTIVATIONAL_SUPPORT",
"USE_AREA_PROBLEM"
]
The text was updated successfully, but these errors were encountered: