Skip to main content
POST
Create
🔑 Requires the organisation_settings.update scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Body

application/json
custom_field_id
string
required

ID of the custom field this option belongs to

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

value
string
required

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
integer<int64>
default:1000

Sort key used to order the custom field options correctly

Example:

10

Response

201 - application/json

Created response.

custom_field_option
object
required