Update a specific custom form by id
curl --request PUT \
--url https://api.rootly.com/v1/custom_forms/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "custom_forms",
"attributes": {
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"enabled": true,
"command": "<string>"
}
}
}
'{
"data": {
"id": "f0242726-f752-40c1-afc3-cdff093d0135",
"type": "custom_forms",
"attributes": {
"slug": "similique-voluptatibus-error-earum",
"name": "Test Update",
"description": "Iure occaecati repudiandae ut.",
"enabled": true,
"command": "similique-voluptatibus-error-earum",
"created_at": "2026-01-03T21:25:56.381-08:00",
"updated_at": "2026-01-03T21:25:59.017-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Show child attributes
custom_form updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/custom_forms/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "custom_forms",
"attributes": {
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"enabled": true,
"command": "<string>"
}
}
}
'{
"data": {
"id": "f0242726-f752-40c1-afc3-cdff093d0135",
"type": "custom_forms",
"attributes": {
"slug": "similique-voluptatibus-error-earum",
"name": "Test Update",
"description": "Iure occaecati repudiandae ut.",
"enabled": true,
"command": "similique-voluptatibus-error-earum",
"created_at": "2026-01-03T21:25:56.381-08:00",
"updated_at": "2026-01-03T21:25:59.017-08:00"
}
}
}