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

List semantic content changes in a change request vs its base

Returns the semantic diff between the change request's current content and the base revision it branched from. Each item describes a logical change such as a page added, removed, or modified. Use this to summarise what a change request changes before merging or reviewing. The default limit is 10 — increase it if the change request is large.

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
limitnumberOptional

Limit the number of changes returned

Default: 10
Responses
200

OK

application/json
morenumberOptional

How many changes were omitted because above the result limit

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

Last updated

Was this helpful?

Powered by GitBook