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

Merge a change request into the space's live content

Merges the change request's draft content into the space's primary (published) content, making all changes live. If the result is "conflicts", the merge was still applied but the space may need manual conflict resolution. Consider running updateChangeRequest first to sync with the latest live content and reduce conflicts.

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}/merge
200

OK

Last updated

Was this helpful?

Powered by GitBook