Context
Validate a context field
Check whether the provided data can be used to create a context field. If the data is not valid, returns a 400 status code with the reason why it is not valid.
post/api/admin/context/validate
Request body
Example request
{
"name": "betaUser"
}Response
This response has no body.