Batch evaluate an Unleash context against a set of environments and projects.
POST/api/admin/playground/advanced
Use the provided context
, environments
, and projects
to evaluate toggles on this Unleash instance. You can use comma-separated values to provide multiple values to each context field. Returns a combinatorial 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
advancedPlaygroundResponseSchema
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`.