Skip to main content
POST
Resolve a git reference to a commit SHA for an imported repository

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

Project ID

repositoryId
string
required

Imported git repository ID

Body

application/json

Git reference to resolve

refType
enum<string>
required

The type of git reference.

Available options:
head,
commitId,
branches,
tags,
custom
value
string

The value of the git reference (e.g. branch name, tag name, or commit SHA).

Response

Success

commitId
string
required

The resolved git commit SHA.

metadata
object
required