Evaluate an Unleash context against a set of environments and projects.
POST/api/admin/playground
Deprecated. Will be removed in the next Unleash major update. Use the provided context
, environment
, and projects
to evaluate toggles on this Unleash instance. Returns a list of all toggles that match the parameters and what they evaluate to. The response also contains the input parameters that were provided.
Request
Responses
- 200
- 400
- 401
playgroundResponseSchema
The request data does not match what we expect.
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.