PUT
/
v1
/
retrospective_process_group_steps
/
{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": "5e892062-9862-4fee-8937-f8df2e87e020",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "57338785-fd95-4899-b9fa-1e10de9dfb4c",
      "retrospective_step_id": "b8e74d17-497e-45a4-85a8-67c303f5349f",
      "position": 2,
      "updated_at": "2025-04-18T18:22:19.795-07:00",
      "created_at": "2025-04-18T18:22:19.636-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

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