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
- 200
This response has no body.
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/context/validate' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"name": "betaUser"
}'
ResponseClear