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": "6e7e0fde-e3e9-43f9-a556-9d58fb96049e",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "29af25bd-4148-45c3-b105-82d66b599172",
"sub_status_id": "3b196343-35e4-4641-a7de-efa395dbbdfb",
"position": 1,
"updated_at": "2025-12-07T22:33:48.111-08:00",
"created_at": "2025-12-07T22:33:48.111-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
retrospective_process_group updated
Show child attributes
Unique ID of the retrospective_process_group
retrospective_process_groups 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": "6e7e0fde-e3e9-43f9-a556-9d58fb96049e",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "29af25bd-4148-45c3-b105-82d66b599172",
"sub_status_id": "3b196343-35e4-4641-a7de-efa395dbbdfb",
"position": 1,
"updated_at": "2025-12-07T22:33:48.111-08:00",
"created_at": "2025-12-07T22:33:48.111-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}