Spaces
Get a specific Git credential
get/{spaceId}/git-credentials/{id}/v1
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
idstring required
Id of the Git credential to get
Response
The requested Git Credential
Example response
{
"GitCredential": {
"SpaceId": "Spaces-1"
}
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.