Skip to main content
PUT
/
v1
/
retrospective_process_groups
/
{id}
Update a Retrospective Process Group
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": "12939855-a68b-4d2e-b3ee-43b46de12c73",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "9ee792e4-2574-42b3-9d79-611667912617",
      "sub_status_id": "2fea3841-3e4b-4013-bdf9-7540a89d3534",
      "position": 1,
      "updated_at": "2025-11-28T18:12:47.096-08:00",
      "created_at": "2025-11-28T18:12:47.096-08:00"
    },
    "relationships": {
      "retrospective_process_group_steps": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200 - application/vnd.api+json
data
object
required