Update
Update the details of a custom field
PUT
Update
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Path Parameters
Unique identifier for the custom field
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Body
application/json
Description of the custom field
Example:
"Which team is impacted by this issue"
Human readable name for the custom field
Maximum string length:
50Example:
"Affected Team"
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
200 - application/json
OK response.
Update