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": "7405f2d9-df5d-47f5-b493-138fea261b51",
"type": "retrospective_configurations",
"attributes": {
"kind": "skip",
"severity_ids": [],
"incident_type_ids": [],
"group_ids": [
"002206bf-5082-4f4f-8107-d0424c08fe83"
],
"created_at": "2025-11-27T00:11:49.009-08:00",
"updated_at": "2025-11-27T00:11:49.009-08:00"
},
"relationships": {
"severities": {
"data": []
},
"groups": {
"data": [
{
"id": "002206bf-5082-4f4f-8107-d0424c08fe83",
"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": "7405f2d9-df5d-47f5-b493-138fea261b51",
"type": "retrospective_configurations",
"attributes": {
"kind": "skip",
"severity_ids": [],
"incident_type_ids": [],
"group_ids": [
"002206bf-5082-4f4f-8107-d0424c08fe83"
],
"created_at": "2025-11-27T00:11:49.009-08:00",
"updated_at": "2025-11-27T00:11:49.009-08:00"
},
"relationships": {
"severities": {
"data": []
},
"groups": {
"data": [
{
"id": "002206bf-5082-4f4f-8107-d0424c08fe83",
"type": "groups"
}
]
},
"incident_types": {
"data": []
}
}
}
}