Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

repo_name
string
required

Repository name

tag_name
string
required

Tag name

Body

application/json

Request body for PATCH /api/v1/repositories/{repo_name}/tags/{tag_name}

commit_id
string<uuid> | null

Optional new commit ID to move the tag to

description
string | null

Optional new description for the tag. Send null to clear.

Response

Tag updated