Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Body
application/vnd.api+json
Response
form_field updated
Update a specific form_field by id
curl --request PUT \
--url https://api.rootly.com/v1/form_fields/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "form_fields",
"attributes": {
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": "<string>",
"name": "<string>",
"description": "<string>",
"shown": [
"<string>"
],
"required": [
"<string>"
],
"show_on_incident_details": true,
"enabled": true,
"default_values": [
"<string>"
]
}
}
}'{
"data": {
"id": "398b7adb-35d0-4792-975f-38351d0bbde3",
"type": "form_fields",
"attributes": {
"team_id": 176,
"slug": "test-update-custom-field",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Test update custom field",
"description": "Sed et qui quas.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": false,
"enabled": true,
"updated_at": "2025-11-28T18:08:55.787-08:00",
"created_at": "2025-11-28T18:08:51.807-08:00"
},
"relationships": {
"options": {
"data": [
{
"id": "d7af61f7-2c87-4fc5-b7ff-f6363cc8e985",
"type": "form_field_options"
},
{
"id": "c1d3fe4b-1d4f-47af-8df9-1766c305e576",
"type": "form_field_options"
}
]
},
"positions": {
"data": [
{
"id": "5863e84c-2186-4108-9eee-795aadd19f8b",
"type": "form_field_positions"
},
{
"id": "9c6d4424-0e4f-45ec-80a4-044057b9c781",
"type": "form_field_positions"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Show child attributes
form_field updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/form_fields/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "form_fields",
"attributes": {
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": "<string>",
"name": "<string>",
"description": "<string>",
"shown": [
"<string>"
],
"required": [
"<string>"
],
"show_on_incident_details": true,
"enabled": true,
"default_values": [
"<string>"
]
}
}
}'{
"data": {
"id": "398b7adb-35d0-4792-975f-38351d0bbde3",
"type": "form_fields",
"attributes": {
"team_id": 176,
"slug": "test-update-custom-field",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Test update custom field",
"description": "Sed et qui quas.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": false,
"enabled": true,
"updated_at": "2025-11-28T18:08:55.787-08:00",
"created_at": "2025-11-28T18:08:51.807-08:00"
},
"relationships": {
"options": {
"data": [
{
"id": "d7af61f7-2c87-4fc5-b7ff-f6363cc8e985",
"type": "form_field_options"
},
{
"id": "c1d3fe4b-1d4f-47af-8df9-1766c305e576",
"type": "form_field_options"
}
]
},
"positions": {
"data": [
{
"id": "5863e84c-2186-4108-9eee-795aadd19f8b",
"type": "form_field_positions"
},
{
"id": "9c6d4424-0e4f-45ec-80a4-044057b9c781",
"type": "form_field_positions"
}
]
}
}
}
}