v1
latestOpenAPI 3.0.22026-07-144652931.4 MBIncident Types
Update a Field Option for a Custom Field
Update a field option for a custom field.
Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types.
Scoped OAuth requires: custom_fields.write
put/incidents/types/{type_id_or_name}/custom_fields/{field_id}/field_options/{field_option_id}
Path parameters
type_id_or_namestring required
The ID or name of the Incident Type.
field_option_idstring required
The ID of the field option.
field_idstring required
The ID of the field.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Request body
Response
The field option for the custom field updated.