Create Tag
deprecated
Create a lightweight tag pointing to a specific commit. Annotated tags are not created through this endpoint.
Deprecated: Use /api/repos/{repo_name}/tags instead.
POST
Create Tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Create a lightweight tag that points to an exact commit SHA.
Create-tag request body describing the new tag and the commit it points to.
Create Tag