Change request reviewers
Assign or list requested reviewers for a change request.
Ensure quality by requesting and tracking reviewer feedback in your GitBook flow. This endpoint helps orchestrate the entire review cycle.
Authorizations
Path parameters
spaceIdstringrequired
The unique id of the space
changeRequestIdstringrequired
The unique ID of the change request or its number identifier in the space
Query parameters
pagestringoptional
Identifier of the page results to fetch.
limitnumber · max: 1000optional
The number of results per page
Responses
application/json
all ofoptional
get
200
A list of requested reviewers
Authorizations
Path parameters
spaceIdstringrequired
The unique id of the space
changeRequestIdstringrequired
The unique ID of the change request or its number identifier in the space
Body
usersstring[]required
An array of user ids that will be requested.
subjectstringoptional
Optionally, update the subject of the change request when requesting reviewers.
Responses
application/json
objectoptional
post
200
The requests have successfully been sent.
Was this helpful?