Creates a new tag pointing to a specific commit.
Parameters:
name (required)commit_id (required)description (optional)Validation: Tag names must be unique within the repository.
Requirements: Requires WRITE access.
Returns:
409 Conflict if a tag with the same name exists503 Service Unavailable if Git sync is in progress201 Created with the tag ID on successThis API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
Resource created
The id of the newly created resource
"example_id"