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_step updated
Update a specific RetrospectiveProcessGroup Step by id
curl --request PUT \
--url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_process_group_steps",
"attributes": {
"position": 123
}
}
}'{
"data": {
"id": "ade63664-3017-4089-aabc-cc31a9348451",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "7cbcd56a-7a99-4e62-9739-853e97cbf062",
"retrospective_step_id": "d836e85a-f634-4a62-b64b-a5ace23516c4",
"position": 2,
"updated_at": "2025-11-27T00:11:54.351-08:00",
"created_at": "2025-11-27T00:11:54.283-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
retrospective_process_group_step updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_process_group_steps",
"attributes": {
"position": 123
}
}
}'{
"data": {
"id": "ade63664-3017-4089-aabc-cc31a9348451",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "7cbcd56a-7a99-4e62-9739-853e97cbf062",
"retrospective_step_id": "d836e85a-f634-4a62-b64b-a5ace23516c4",
"position": 2,
"updated_at": "2025-11-27T00:11:54.351-08:00",
"created_at": "2025-11-27T00:11:54.283-08:00"
}
}
}