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": "66b2e74d-7c73-460e-8217-9fdf1b2ac1e8",
"type": "form_fields",
"attributes": {
"team_id": 174,
"slug": "test-update-custom-field",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Test update custom field",
"description": "Aut velit eaque et.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": false,
"enabled": true,
"updated_at": "2025-11-04T19:19:05.895-08:00",
"created_at": "2025-11-04T19:19:02.828-08:00"
},
"relationships": {
"options": {
"data": [
{
"id": "a63de29d-5286-4ae1-8099-8c7b0be10ce6",
"type": "form_field_options"
},
{
"id": "d3c33f21-4932-4964-8021-fcba716bc94c",
"type": "form_field_options"
}
]
},
"positions": {
"data": [
{
"id": "c1b3ef99-36e9-4bf1-88d2-0d2027e600a8",
"type": "form_field_positions"
},
{
"id": "88c7bdba-a3c4-4ee8-9220-4d105bead6b9",
"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": "66b2e74d-7c73-460e-8217-9fdf1b2ac1e8",
"type": "form_fields",
"attributes": {
"team_id": 174,
"slug": "test-update-custom-field",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Test update custom field",
"description": "Aut velit eaque et.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": false,
"enabled": true,
"updated_at": "2025-11-04T19:19:05.895-08:00",
"created_at": "2025-11-04T19:19:02.828-08:00"
},
"relationships": {
"options": {
"data": [
{
"id": "a63de29d-5286-4ae1-8099-8c7b0be10ce6",
"type": "form_field_options"
},
{
"id": "d3c33f21-4932-4964-8021-fcba716bc94c",
"type": "form_field_options"
}
]
},
"positions": {
"data": [
{
"id": "c1b3ef99-36e9-4bf1-88d2-0d2027e600a8",
"type": "form_field_positions"
},
{
"id": "88c7bdba-a3c4-4ee8-9220-4d105bead6b9",
"type": "form_field_positions"
}
]
}
}
}
}