Skip to main content

Validate a context field

POST 

<your-unleash-url>/api/admin/context/validate

Check whether the provided data can be used to create a context field. If the data is not valid, ...?

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/context/validate' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"name": "betaUser"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "name": "betaUser"
}
ResponseClear

Click the Send API Request button above and see the response here!