Context
Update an existing context field
Endpoint that allows updating a custom context field. Used to toggle stickiness and add/remove legal values for this context field
put/api/admin/context/{contextField}
Path parameters
contextFieldstring required
Request body
Example request
{
"description": "The user's subscription tier",
"sortOrder": 2,
"legalValues": [
{
"value": "gold"
},
{
"value": "silver"
},
{
"value": "crystal"
}
],
"project": "my-project"
}Response
This response has no body.