Validate a context field
POST/api/admin/context/validate
Check whether the provided data can be used to create a context field. If the data is not valid, ...?
Request
- application/json
Body
required
nameSchema
name stringrequired
The name of the represented object.
Example:
betaUser
Responses
- 200
This response has no body.
Loading...