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

Create a new change request in a space

Creates a new change request, which is a draft working copy of the space's content — similar to a Git branch or pull request. Use this before making content edits to avoid modifying the live published content directly. Optionally supply a subject and a template to pre-populate the change request with content. Once created, use the change-request content endpoints to read and modify pages within the draft, then merge it when ready.

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_-]+$
Body
subjectstringOptional

Subject of the change request

Other propertiesanyOptional
Responses
201

Change Request Created

application/json
post/spaces/{spaceId}/change-requests
201

Change Request Created

Last updated

Was this helpful?

Powered by GitBook