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": "f8148c8d-9c3d-440b-9851-51874f1a6452",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "90c41384-75f1-41b0-b0cb-59d427a2f3e1",
"sub_status_id": "4a42115c-d9bd-4b7e-9d65-921d277a78eb",
"position": 1,
"updated_at": "2025-11-27T00:11:56.771-08:00",
"created_at": "2025-11-27T00:11:56.771-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": "f8148c8d-9c3d-440b-9851-51874f1a6452",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "90c41384-75f1-41b0-b0cb-59d427a2f3e1",
"sub_status_id": "4a42115c-d9bd-4b7e-9d65-921d277a78eb",
"position": 1,
"updated_at": "2025-11-27T00:11:56.771-08:00",
"created_at": "2025-11-27T00:11:56.771-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}