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
cURL
JavaScript
Python
HTTP
200
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
cURL
JavaScript
Python
HTTP
200
Was this helpful?