Create
Create a new custom field
POST
Create
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Body
application/json
Description of the custom field
Example:
"Which team is impacted by this issue"
Type of custom field
Available options:
single_select, multi_select, text, link, numeric Example:
"single_select"
Human readable name for the custom field
Maximum string length:
50Example:
"Affected Team"
For catalog fields, the ID of the associated catalog type
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Example:
{
"catalog_attribute_id": "01H2FW182TAH0NHEVBY34SCAK0",
"custom_field_id": "01H2FW182TAH0NHEVBY34SCAK0"
}For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Which catalog attribute provides helptext for the options
Example:
"01H2FW182TAH0NHEVBY34SCAK0"
Response
201 - application/json
Created response.
Create