Creates a new tag pointing to a specific commit. The name and commit_id are required, with an optional description parameter. Tag names must be unique within the repository. Returns 409 Conflict if a tag with the same name exists, 503 Service Unavailable if Git sync is in progress, or 201 Created with the tag ID on success. Requires WRITE access.
This 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"