List all users who have made edits to a change request
get
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_-]+$Responses
200
Contributors on the change request
application/json
countnumberOptional
Total count of objects in the list
404
The change request could not be found.
application/json
get/spaces/{spaceId}/change-requests/{changeRequestId}/contributors
Last updated
Was this helpful?