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": "880a1037-f14b-43fe-a7af-402c4dbdd5c9",
"type": "communications_types",
"attributes": {
"name": "Updated Type Name",
"slug": "zl8hb",
"description": "Updated description",
"color": "#00FF00",
"position": 1,
"created_at": "2025-12-19T13:50:59.450-08:00",
"updated_at": "2025-12-19T13:51:00.697-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": "880a1037-f14b-43fe-a7af-402c4dbdd5c9",
"type": "communications_types",
"attributes": {
"name": "Updated Type Name",
"slug": "zl8hb",
"description": "Updated description",
"color": "#00FF00",
"position": 1,
"created_at": "2025-12-19T13:50:59.450-08:00",
"updated_at": "2025-12-19T13:51:00.697-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}