Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
CustomForms
Update a custom form
CustomForms
Update a custom form
Update a specific custom form by id
PUT
/
v1
/
custom_forms
/
{id}
curl --request PUT \
--url https://api.rootly.com/v1/custom_forms/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/vnd.api+json'
{
"data": {
"id": "98a40f97-5c45-42ca-92cb-b3c9f641dafb",
"type": "custom_forms",
"attributes": {
"slug": "voluptatem-suscipit-aliquam-modi",
"name": "Test Update",
"description": "Reprehenderit numquam voluptates dolorum.",
"enabled": true,
"command": "voluptatem-suscipit-aliquam-modi",
"created_at": "2025-03-13T11:59:50.351-07:00",
"updated_at": "2025-03-13T11:59:50.512-07:00"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/vnd.api+json
Available options:
custom_forms
The name of the custom form.
The custom form slug. Add this to form_field.shown or form_field.required to associate form fields with custom forms.
The Slack command used to trigger this form.
Response
200
application/vnd.api+json
custom_form updated
Unique id of the custom form.
Available options:
custom_forms
The name of the custom form.
The custom form slug. Add this to form_field.shown or form_field.required to associate form fields with custom forms.
The Slack command used to trigger this form.
Date of creation.
Date of last update.
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/custom_forms/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/vnd.api+json'
{
"data": {
"id": "98a40f97-5c45-42ca-92cb-b3c9f641dafb",
"type": "custom_forms",
"attributes": {
"slug": "voluptatem-suscipit-aliquam-modi",
"name": "Test Update",
"description": "Reprehenderit numquam voluptates dolorum.",
"enabled": true,
"command": "voluptatem-suscipit-aliquam-modi",
"created_at": "2025-03-13T11:59:50.351-07:00",
"updated_at": "2025-03-13T11:59:50.512-07:00"
}
}
}