HEAD
/
organizations
/
{organizationId}
/
code-repos
/
{codeRepoId}
/
trees
/
{sha}
curl --request HEAD \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/code-repos/{codeRepoId}/trees/{sha} \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required
codeRepoId
string
required
sha
string
required

Response

200
application/json
OK

The response is of type object.