Create a custom field key

POST {{baseUrl}}/customFields/addKey

Add a key to the allow list for a given entity. There is a 100 character limit on custom field keys.

Request Body

{"entity"=>"alert", "key"=>"<string>", "enforce_uniqueness"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK