put https://api.nudgesecurity.io/api/1.0/fields/
Responses
xxxxxxxxxx
curl --request PUT \
--url https://api.nudgesecurity.io/api/1.0/fields/field_id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
18{
"field": {
"allowed_values": [
{
"color": "string",
"value": "string"
}
],
"field_type": "TEXT",
"id": 0,
"name": "string",
"scopes": [
"string"
],
"system_defined": true
},
"status": 200
}