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
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK