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": "e37b2100-9e03-4d83-8a8a-db192b3c39e6",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "ba5afbdc-046d-4710-abf5-12425c1dacd0",
"custom_field_id": 176,
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"form_field": {
"id": "c22674c9-61ac-4c16-863a-4c8272242307",
"team_id": 207,
"slug": "qui-mollitia-fugiat-non",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Qui mollitia fugiat non.",
"description": "Autem nisi sit natus.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-10-20T08:30:37.946-07:00",
"created_at": "2025-10-20T08:30:37.946-07:00",
"options": [
{
"id": "2b9176ad-195d-4141-a1dd-d8e887b319cd",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"value": "Suscipit qui ut quaerat.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-10-20T08:30:37.980-07:00",
"created_at": "2025-10-20T08:30:37.980-07:00"
},
{
"id": "dd4c5541-584c-4c6b-bf86-5c71a69c64d5",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"value": "Quia aut soluta dolores.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-10-20T08:30:37.984-07:00",
"created_at": "2025-10-20T08:30:37.984-07:00"
}
],
"positions": [
{
"id": "eb506c17-9381-4326-8a06-bec8ed8c4da0",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "c1f8ee3c-a783-46b7-99b7-0abb1aeaf996",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"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": "e37b2100-9e03-4d83-8a8a-db192b3c39e6",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "ba5afbdc-046d-4710-abf5-12425c1dacd0",
"custom_field_id": 176,
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"form_field": {
"id": "c22674c9-61ac-4c16-863a-4c8272242307",
"team_id": 207,
"slug": "qui-mollitia-fugiat-non",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Qui mollitia fugiat non.",
"description": "Autem nisi sit natus.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-10-20T08:30:37.946-07:00",
"created_at": "2025-10-20T08:30:37.946-07:00",
"options": [
{
"id": "2b9176ad-195d-4141-a1dd-d8e887b319cd",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"value": "Suscipit qui ut quaerat.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-10-20T08:30:37.980-07:00",
"created_at": "2025-10-20T08:30:37.980-07:00"
},
{
"id": "dd4c5541-584c-4c6b-bf86-5c71a69c64d5",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"value": "Quia aut soluta dolores.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-10-20T08:30:37.984-07:00",
"created_at": "2025-10-20T08:30:37.984-07:00"
}
],
"positions": [
{
"id": "eb506c17-9381-4326-8a06-bec8ed8c4da0",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "c1f8ee3c-a783-46b7-99b7-0abb1aeaf996",
"form_field_id": "c22674c9-61ac-4c16-863a-4c8272242307",
"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"
}
}
}
}