Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
retrospective configuration updated
Update a specific retrospective configuration by id
curl --request PUT \
--url https://api.rootly.com/v1/retrospective_configurations/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_configurations",
"attributes": {
"severity_ids": [
"<string>"
],
"group_ids": [
"<string>"
],
"incident_type_ids": [
"<string>"
]
}
}
}'{
"data": {
"id": "2511ea9e-5373-46d6-a0cf-fdf95275ac38",
"type": "retrospective_configurations",
"attributes": {
"kind": "skip",
"severity_ids": [],
"incident_type_ids": [],
"group_ids": [
"f1253ba9-abd6-456d-88a0-ce55a789a9a2"
],
"created_at": "2025-11-06T13:28:47.279-08:00",
"updated_at": "2025-11-06T13:28:47.279-08:00"
},
"relationships": {
"severities": {
"data": []
},
"groups": {
"data": [
{
"id": "f1253ba9-abd6-456d-88a0-ce55a789a9a2",
"type": "groups"
}
]
},
"incident_types": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
retrospective configuration updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/retrospective_configurations/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_configurations",
"attributes": {
"severity_ids": [
"<string>"
],
"group_ids": [
"<string>"
],
"incident_type_ids": [
"<string>"
]
}
}
}'{
"data": {
"id": "2511ea9e-5373-46d6-a0cf-fdf95275ac38",
"type": "retrospective_configurations",
"attributes": {
"kind": "skip",
"severity_ids": [],
"incident_type_ids": [],
"group_ids": [
"f1253ba9-abd6-456d-88a0-ce55a789a9a2"
],
"created_at": "2025-11-06T13:28:47.279-08:00",
"updated_at": "2025-11-06T13:28:47.279-08:00"
},
"relationships": {
"severities": {
"data": []
},
"groups": {
"data": [
{
"id": "f1253ba9-abd6-456d-88a0-ce55a789a9a2",
"type": "groups"
}
]
},
"incident_types": {
"data": []
}
}
}
}