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

Get a temporary URL to download a change request's content as PDF

Generates a temporary URL (valid for 1 hour) to download the change request's draft content as a PDF. Optionally scope the export to a single page using the page and only parameters. Use this to share or archive the draft content 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_-]+$
Query parameters
onlybooleanOptional

Generate a PDF only for the provided page.

pagestringOptional

ID of a specific page to generate a PDF for.

Responses
200

URL of the PDF

application/json
urlstring · uri · max: 2048Required

Temporary URL to print the content. The URL will work for 1h.

get/spaces/{spaceId}/change-requests/{changeRequestId}/pdf
200

URL of the PDF

Last updated

Was this helpful?

Powered by GitBook