Context
Create, update, and delete context fields that Unleash is aware of.
📄️ Gets configured context fields
Returns all configured [Context fields](https://docs.getunleash.io/how-to/how-to-define-custom-context-fields) that have been created.
📄️ Create a context field
Endpoint that allows creation of [custom context fields](https://docs.getunleash.io/reference/unleash-context#custom-context-fields)
📄️ Gets context field
Returns specific [context field](https://docs.getunleash.io/reference/unleash-context) identified by the name in the path
📄️ Update an existing context field
Endpoint that allows updating a custom context field. Used to toggle stickiness and add/remove legal values for this context field
📄️ Delete an existing context field
Endpoint that allows deletion of a custom context field. Does not validate that context field is not in use, but since context field configuration is stored in a json blob for the strategy, existing strategies are safe.
📄️ Validate a context field
Check whether the provided data can be used to create a context field. If the data is not valid, ...?