Skip to main content
PUT
/
v1
/
incident_form_field_selections
/
{id}
Update an incident form field selection
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": "808f1148-1cfd-46e4-ba4b-a9c3f92eb889",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "4f5954ad-56cf-473b-b879-0cee5a99a60e",
      "custom_field_id": 176,
      "form_field_id": "e76031c0-2007-473b-a868-1e7224572fcd",
      "form_field": {
        "id": "e76031c0-2007-473b-a868-1e7224572fcd",
        "team_id": 250,
        "slug": "eum-officiis-tenetur-facere",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Eum officiis tenetur facere.",
        "description": "Atque voluptatem doloremque esse.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2025-11-27T00:09:17.598-08:00",
        "created_at": "2025-11-27T00:09:17.598-08:00",
        "options": [
          {
            "id": "14a66f0b-a065-4833-abe2-22092933e76d",
            "form_field_id": "e76031c0-2007-473b-a868-1e7224572fcd",
            "value": "Nihil non incidunt totam.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2025-11-27T00:09:17.626-08:00",
            "created_at": "2025-11-27T00:09:17.626-08:00"
          },
          {
            "id": "94ea0832-18b2-409c-9b71-5da822b8e990",
            "form_field_id": "e76031c0-2007-473b-a868-1e7224572fcd",
            "value": "Voluptatem ut est alias.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2025-11-27T00:09:17.629-08:00",
            "created_at": "2025-11-27T00:09:17.629-08:00"
          }
        ],
        "positions": [
          {
            "id": "9039e41d-5bc6-4ff6-b047-a059c75c690d",
            "form_field_id": "e76031c0-2007-473b-a868-1e7224572fcd",
            "form": "web_new_incident_form",
            "position": 1
          },
          {
            "id": "04162ee2-b9ab-4d73-8145-fa36f0f33d65",
            "form_field_id": "e76031c0-2007-473b-a868-1e7224572fcd",
            "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"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

incident_form_field_selection updated

data
object
required