Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
incident_form_field_selection updated
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": "c9e25be6-e06c-4577-8bc2-0feb4d1d3d33",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "466fc047-94d9-4b4e-8cf0-664ff71ad00f",
"custom_field_id": 176,
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"form_field": {
"id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"team_id": 257,
"slug": "magni-occaecati-nemo-harum",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Magni occaecati nemo harum.",
"description": "Debitis et impedit et.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-12-03T15:46:26.492-08:00",
"created_at": "2025-12-03T15:46:26.492-08:00",
"options": [
{
"id": "9dd8d023-73be-43ca-b655-f49547285293",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"value": "Quis esse nisi qui.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-03T15:46:26.508-08:00",
"created_at": "2025-12-03T15:46:26.508-08:00"
},
{
"id": "2d9602c8-76b9-4944-a8ff-4e5a14676ce6",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"value": "Exercitationem veniam enim deleniti.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-12-03T15:46:26.510-08:00",
"created_at": "2025-12-03T15:46:26.510-08:00"
}
],
"positions": [
{
"id": "3834c343-10a8-4737-8110-3a8ae2105a57",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"form": "web_new_incident_form",
"position": 1
},
{
"id": "97d87474-412f-443f-b7f3-49cf6e14ff5a",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"form": "web_update_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": "c9e25be6-e06c-4577-8bc2-0feb4d1d3d33",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "466fc047-94d9-4b4e-8cf0-664ff71ad00f",
"custom_field_id": 176,
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"form_field": {
"id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"team_id": 257,
"slug": "magni-occaecati-nemo-harum",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Magni occaecati nemo harum.",
"description": "Debitis et impedit et.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-12-03T15:46:26.492-08:00",
"created_at": "2025-12-03T15:46:26.492-08:00",
"options": [
{
"id": "9dd8d023-73be-43ca-b655-f49547285293",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"value": "Quis esse nisi qui.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-03T15:46:26.508-08:00",
"created_at": "2025-12-03T15:46:26.508-08:00"
},
{
"id": "2d9602c8-76b9-4944-a8ff-4e5a14676ce6",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"value": "Exercitationem veniam enim deleniti.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-12-03T15:46:26.510-08:00",
"created_at": "2025-12-03T15:46:26.510-08:00"
}
],
"positions": [
{
"id": "3834c343-10a8-4737-8110-3a8ae2105a57",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"form": "web_new_incident_form",
"position": 1
},
{
"id": "97d87474-412f-443f-b7f3-49cf6e14ff5a",
"form_field_id": "732b7692-e0aa-4837-8bd9-cb34a560e215",
"form": "web_update_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"
}
}
}
}