Get the Git Sync configuration and status for a space
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
200
The Git Sync info for the space
application/json
repoNamestringOptional
Repository name.
installationStatusstring · enumOptionalPossible values:
installationProviderstring · enumOptionalPossible values:
The provider of the Git Sync installation.
integrationstringOptionalDeprecated
The integration name providing the Git Sync.
installationIdstringOptional
The ID of the Git Sync installation.
urlstringOptional
The URL to the repository tree, used when rendering public content.
updatedAtstring · date-timeOptional
When the Git provider details were last updated
404
No Git provider currently set up on the space
application/json
get/spaces/{spaceId}/git/info
Last updated
Was this helpful?