Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
200 - application/vnd.api+json
retrospective_process_group updated
Update a specific Retrospective Process Group by id
curl --request PUT \
--url https://api.rootly.com/v1/retrospective_process_groups/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_process_groups",
"attributes": {
"sub_status_id": "<string>",
"position": 123
}
}
}'{
"data": {
"id": "e7a47113-1784-4830-a3e1-8b1ac71ee1ff",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "9ccecf04-72cf-4cde-97de-90dac5e2e5c0",
"sub_status_id": "dad9c4f5-b10d-466b-a23e-35696fc63ee4",
"position": 1,
"updated_at": "2025-11-17T20:25:58.687-08:00",
"created_at": "2025-11-17T20:25:58.687-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
retrospective_process_group updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/retrospective_process_groups/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_process_groups",
"attributes": {
"sub_status_id": "<string>",
"position": 123
}
}
}'{
"data": {
"id": "e7a47113-1784-4830-a3e1-8b1ac71ee1ff",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "9ccecf04-72cf-4cde-97de-90dac5e2e5c0",
"sub_status_id": "dad9c4f5-b10d-466b-a23e-35696fc63ee4",
"position": 1,
"updated_at": "2025-11-17T20:25:58.687-08:00",
"created_at": "2025-11-17T20:25:58.687-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}