Updates tag properties including name, description, or the commit it points to. The optional name, description, and commit_id fields can be provided in the request body. Returns 409 Conflict if a tag with the new name already exists, 400 Bad Request if the commit doesn’t exist, or 204 No Content on success. Requires WRITE access to the repository.
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"
Tag identifier
3 - 128"dv.tag.12a37e91-bfc4-4e03-a330-13b5b84ab7cb"
Request completed successfully