v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Context

[BETA] Validate a context field

[BETA] This API is in beta state, which means it may change or be removed in the future.

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/projects/{projectId}/context/validate

Path parameters

projectIdstring required

Request body

namestring required

The name of the represented object.

Example request

{
  "name": "betaUser"
}

Response

This response has no body.