Create
Create a custom field option. If the sort key is not supplied, it’ll default to 1000, so the option appears near the end of the list.
POST
Create
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Body
application/json
ID of the custom field this option belongs to
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Human readable name for the custom field option. Values must not start or end with whitespace, or contain tabs or newlines.
Example:
"Product"
Sort key used to order the custom field options correctly
Example:
10
Response
201 - application/json
Created response.
Create