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

tag_name
string
required

Tag name

Body

application/json

Request body for PATCH /api/v1/commit_tags/{tag_name}

For description:

  • Field absent from JSON → don't change the description
  • Field present as null → clear the description
  • Field present as "text" → set the description to "text"
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 an existing description.

Response

Tag updated