Update a specific incident form field selection by id
curl --request PUT \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_form_field_selections",
"attributes": {
"value": "<string>",
"selected_catalog_entity_ids": [
"<string>"
],
"selected_group_ids": [
"<string>"
],
"selected_option_ids": [
"<string>"
],
"selected_service_ids": [
"<string>"
],
"selected_functionality_ids": [
"<string>"
],
"selected_user_ids": [
123
],
"selected_environment_ids": [
"<string>"
],
"selected_cause_ids": [
"<string>"
],
"selected_incident_type_ids": [
"<string>"
]
}
}
}
'{
"data": {
"id": "ad93ef55-4bf7-45a8-8464-f9074b082825",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "a2072c26-d128-41d9-9378-295538285a4d",
"custom_field_id": 182,
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"form_field": {
"id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"team_id": 384,
"slug": "eveniet-neque-rerum-qui",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Eveniet neque rerum qui.",
"description": "Odit harum in recusandae.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-21T14:32:07.089-08:00",
"created_at": "2026-02-21T14:32:07.089-08:00",
"options": [
{
"id": "24c572eb-2850-4f98-9b8c-5cdd834c886e",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"value": "Nam consequatur laboriosam et.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-21T14:32:07.108-08:00",
"created_at": "2026-02-21T14:32:07.108-08:00"
},
{
"id": "695c3635-a556-47cd-aded-1f7141c38e54",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"value": "Impedit occaecati in neque.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-02-21T14:32:07.110-08:00",
"created_at": "2026-02-21T14:32:07.110-08:00"
}
],
"positions": [
{
"id": "11178c48-fa31-4022-86b8-85043f0a5f25",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "dfdbdeee-32e1-4fe0-8050-9fdb1a79291f",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Test update custom field",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Test update custom field"
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Test update custom field"
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Test update custom field"
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Test update custom field"
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Test update custom field"
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Test update custom field"
},
"selected_environment_ids": [],
"selected_environments": {
"id": null,
"value": "Test update custom field"
},
"selected_cause_ids": [],
"selected_causes": {
"id": null,
"value": "Test update custom field"
},
"selected_incident_type_ids": [],
"selected_incident_types": {
"id": null,
"value": "Test update custom field"
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_form_field_selection updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_form_field_selections",
"attributes": {
"value": "<string>",
"selected_catalog_entity_ids": [
"<string>"
],
"selected_group_ids": [
"<string>"
],
"selected_option_ids": [
"<string>"
],
"selected_service_ids": [
"<string>"
],
"selected_functionality_ids": [
"<string>"
],
"selected_user_ids": [
123
],
"selected_environment_ids": [
"<string>"
],
"selected_cause_ids": [
"<string>"
],
"selected_incident_type_ids": [
"<string>"
]
}
}
}
'{
"data": {
"id": "ad93ef55-4bf7-45a8-8464-f9074b082825",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "a2072c26-d128-41d9-9378-295538285a4d",
"custom_field_id": 182,
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"form_field": {
"id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"team_id": 384,
"slug": "eveniet-neque-rerum-qui",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Eveniet neque rerum qui.",
"description": "Odit harum in recusandae.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-21T14:32:07.089-08:00",
"created_at": "2026-02-21T14:32:07.089-08:00",
"options": [
{
"id": "24c572eb-2850-4f98-9b8c-5cdd834c886e",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"value": "Nam consequatur laboriosam et.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-21T14:32:07.108-08:00",
"created_at": "2026-02-21T14:32:07.108-08:00"
},
{
"id": "695c3635-a556-47cd-aded-1f7141c38e54",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"value": "Impedit occaecati in neque.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-02-21T14:32:07.110-08:00",
"created_at": "2026-02-21T14:32:07.110-08:00"
}
],
"positions": [
{
"id": "11178c48-fa31-4022-86b8-85043f0a5f25",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "dfdbdeee-32e1-4fe0-8050-9fdb1a79291f",
"form_field_id": "38d83207-9a9d-4fac-942d-2d6d273b788a",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Test update custom field",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Test update custom field"
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Test update custom field"
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Test update custom field"
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Test update custom field"
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Test update custom field"
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Test update custom field"
},
"selected_environment_ids": [],
"selected_environments": {
"id": null,
"value": "Test update custom field"
},
"selected_cause_ids": [],
"selected_causes": {
"id": null,
"value": "Test update custom field"
},
"selected_incident_type_ids": [],
"selected_incident_types": {
"id": null,
"value": "Test update custom field"
}
}
}
}