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

List all users who have made edits to a change request

Returns a list of users who have contributed content edits to the change request. Use this to identify who has been actively editing the draft, for example when deciding who to notify before merging.

Available in MCP
get
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_-]+$
Responses
200

Contributors on the change request

application/json
countnumberOptional

Total count of objects in the list

get/spaces/{spaceId}/change-requests/{changeRequestId}/contributors

Last updated

Was this helpful?

Powered by GitBook