put https://api.nudgesecurity.io/api/1.0/fields//allowed_values
Responses
xxxxxxxxxx
curl --request PUT \
--url https://api.nudgesecurity.io/api/1.0/fields/field_id/allowed_values \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"allowed_value": {
"color": "string",
"value": "string"
},
"status": 200
}