Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Communications Type ID
Body
application/vnd.api+json
Response
communications type updated
Updates a communications type
curl --request PATCH \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "communications_types",
"attributes": {
"name": "<string>",
"description": "<string>",
"color": "<string>",
"position": 123
}
}
}'{
"data": {
"id": "fb35e239-e350-4113-aa0a-7bbbc1502cbf",
"type": "communications_types",
"attributes": {
"name": "Updated Type Name",
"slug": "oyjrf",
"description": "Updated description",
"color": "#00FF00",
"position": 1,
"created_at": "2025-11-27T00:06:53.319-08:00",
"updated_at": "2025-11-27T00:06:55.180-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Communications Type ID
Show child attributes
communications type updated
Show child attributes
Was this page helpful?
curl --request PATCH \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "communications_types",
"attributes": {
"name": "<string>",
"description": "<string>",
"color": "<string>",
"position": 123
}
}
}'{
"data": {
"id": "fb35e239-e350-4113-aa0a-7bbbc1502cbf",
"type": "communications_types",
"attributes": {
"name": "Updated Type Name",
"slug": "oyjrf",
"description": "Updated description",
"color": "#00FF00",
"position": 1,
"created_at": "2025-11-27T00:06:53.319-08:00",
"updated_at": "2025-11-27T00:06:55.180-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}