For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send review requests to users for a change request

Sends review request notifications to one or more users, asking them to review the change request. Optionally updates the change request subject and description at the same time. Use this to move the change request into the review workflow after finishing edits. The users array must contain at least one valid user ID.

Available in MCP
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
changeRequestIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
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
200

The requests have successfully been sent.

application/json
post/spaces/{spaceId}/change-requests/{changeRequestId}/requested-reviewers
200

The requests have successfully been sent.

Last updated

Was this helpful?

Powered by GitBook