Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

group_id
string<uuid>
required

The ID of the group.

Body

application/json
stages
object[]
required

A list of reviewer stages.

Response

200 - application/json

The updated reviewer stages for this group.

require_manager_approval
boolean
required

Whether this reviewer stage should require manager approval.

Example:

false

operator
enum<string>
required

The operator of the reviewer stage. Admin and manager approval are also treated as reviewers.

Available options:
AND,
OR
Example:

"AND"

owner_ids
string<uuid>[]
required

The IDs of owners assigned as reviewers for this stage.

require_admin_approval
boolean

Whether this reviewer stage should require admin approval.

Example:

false

service_user_ids
string<uuid>[]

The IDs of service users assigned as reviewers for this stage.

Last modified on July 10, 2026