Send review requests to users for a change request
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$changeRequestIdstringRequiredPattern:
A unique entity identifier
^[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?