Context
[BETA] Add or update legal value for the context field
[BETA] This API is in beta state, which means it may change or be removed in the future.
Endpoint that allows adding or updating a single custom context field legal value. If the legal value already exists, it will be updated with the new description
post/api/admin/projects/{projectId}/context/{contextField}/legal-values
Path parameters
projectIdstring required
contextFieldstring required
Request body
Example request
{
"value": "#c154c1",
"description": "Deep fuchsia"
}Response
This response has no body.