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": "991e356a-824b-4577-8a5e-370965299375",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "e31dbdba-b629-4497-a5ba-92b08e160881",
"custom_field_id": 179,
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"form_field": {
"id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"team_id": 309,
"slug": "qui-ipsum-rerum-eveniet",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Qui ipsum rerum eveniet.",
"description": "Sint et molestiae officia.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-30T15:03:28.090-08:00",
"created_at": "2026-01-30T15:03:28.090-08:00",
"options": [
{
"id": "74e92fe3-5c17-4828-b737-d9efdc7e2520",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"value": "Similique cum provident nemo.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-30T15:03:28.112-08:00",
"created_at": "2026-01-30T15:03:28.112-08:00"
},
{
"id": "44921568-88c8-4bdb-9941-7d3f8d833ad3",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"value": "Itaque modi rem perferendis.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-01-30T15:03:28.114-08:00",
"created_at": "2026-01-30T15:03:28.114-08:00"
}
],
"positions": [
{
"id": "42a54b09-eef2-4970-a6a1-9ad4810fe1d3",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "c2ae010b-e6ab-42dc-a77c-c4c6c41cc167",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"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": "991e356a-824b-4577-8a5e-370965299375",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "e31dbdba-b629-4497-a5ba-92b08e160881",
"custom_field_id": 179,
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"form_field": {
"id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"team_id": 309,
"slug": "qui-ipsum-rerum-eveniet",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Qui ipsum rerum eveniet.",
"description": "Sint et molestiae officia.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-30T15:03:28.090-08:00",
"created_at": "2026-01-30T15:03:28.090-08:00",
"options": [
{
"id": "74e92fe3-5c17-4828-b737-d9efdc7e2520",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"value": "Similique cum provident nemo.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-30T15:03:28.112-08:00",
"created_at": "2026-01-30T15:03:28.112-08:00"
},
{
"id": "44921568-88c8-4bdb-9941-7d3f8d833ad3",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"value": "Itaque modi rem perferendis.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-01-30T15:03:28.114-08:00",
"created_at": "2026-01-30T15:03:28.114-08:00"
}
],
"positions": [
{
"id": "42a54b09-eef2-4970-a6a1-9ad4810fe1d3",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "c2ae010b-e6ab-42dc-a77c-c4c6c41cc167",
"form_field_id": "91fe52d9-9fa4-4eb5-964f-bebe5a48fd8d",
"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"
}
}
}
}