Admin Constants
Update or create a constant by key (upsert)
put/admin/constants/{key}
Path parameters
keystring required
Constant key
Request body
Example request
{
"value": "5",
"type": "number"
}Constant key
{
"value": "5",
"type": "number"
}