Get semantic content changes introduced by a revision
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$revisionIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
metadatabooleanOptionalDefault:
If false is passed, "git" mutable metadata will not returned. Passing false can optimize performances of the lookup.
truecomputedbooleanOptionalDefault:
If false is passed, content will not be computed
truelimitnumberOptionalDefault:
Limit the number of changes returned
10Responses
200
OK
application/json
morenumberOptional
How many changes were omitted because above the result limit
get/spaces/{spaceId}/revisions/{revisionId}/changes
200
OK
Last updated
Was this helpful?