Retrieve the details of a single refs object in the repository
backing a project. This endpoint functions similarly to
git show-ref <pattern>, although the pattern must be a full ref id,
rather than a matching pattern.
NOTE: The {repositoryRefId} must be properly escaped.
That is, the ref refs/heads/master is accessible via
/projects/{projectId}/git/refs/heads%2Fmaster.
Documentation Index
Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.