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
]
}
}
}
'{
"data": {
"id": "132f0778-d4a5-4dae-b13a-d7bbdfda2d90",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "15c35bad-34ce-43a3-9503-3640b72083ad",
"custom_field_id": 179,
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"form_field": {
"id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"team_id": 309,
"slug": "ut-harum-cupiditate-sint",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Ut harum cupiditate sint.",
"description": "Et velit ea repudiandae.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-04T06:11:24.999-08:00",
"created_at": "2026-02-04T06:11:24.999-08:00",
"options": [
{
"id": "8a25910f-7965-4652-b193-ce33011ccc68",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"value": "Omnis sunt atque sit.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-04T06:11:25.019-08:00",
"created_at": "2026-02-04T06:11:25.019-08:00"
},
{
"id": "c5189193-b06f-4728-ac11-74df755ded82",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"value": "Hic sit omnis facilis.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-02-04T06:11:25.021-08:00",
"created_at": "2026-02-04T06:11:25.021-08:00"
}
],
"positions": [
{
"id": "dd95d6b3-a123-42b7-a761-4bbe426f7ee2",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "6cdf2eac-2521-455e-b0da-b8f10efa00f5",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"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"
}
}
}
}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
]
}
}
}
'{
"data": {
"id": "132f0778-d4a5-4dae-b13a-d7bbdfda2d90",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "15c35bad-34ce-43a3-9503-3640b72083ad",
"custom_field_id": 179,
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"form_field": {
"id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"team_id": 309,
"slug": "ut-harum-cupiditate-sint",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Ut harum cupiditate sint.",
"description": "Et velit ea repudiandae.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-04T06:11:24.999-08:00",
"created_at": "2026-02-04T06:11:24.999-08:00",
"options": [
{
"id": "8a25910f-7965-4652-b193-ce33011ccc68",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"value": "Omnis sunt atque sit.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-04T06:11:25.019-08:00",
"created_at": "2026-02-04T06:11:25.019-08:00"
},
{
"id": "c5189193-b06f-4728-ac11-74df755ded82",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"value": "Hic sit omnis facilis.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-02-04T06:11:25.021-08:00",
"created_at": "2026-02-04T06:11:25.021-08:00"
}
],
"positions": [
{
"id": "dd95d6b3-a123-42b7-a761-4bbe426f7ee2",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "6cdf2eac-2521-455e-b0da-b8f10efa00f5",
"form_field_id": "04ea649b-5263-4380-b884-fae4f1cfd6a2",
"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"
}
}
}
}