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

Sync a change request with the latest live space content

Rebases the change request onto the latest primary revision of the space, pulling in any changes that were merged to the live space since this change request was created. Run this before merging to minimise conflicts, especially if the change request has been open for a while.

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_-]+$
Responses
200

OK

application/json
revisionstringRequired

ID of the resulting revision

resultstring · enumRequiredPossible values:
post/spaces/{spaceId}/change-requests/{changeRequestId}/update
200

OK

Last updated

Was this helpful?

Powered by GitBook