GitLab Tags API

The GitLab Tags API provides programmatic access to manage Git tags within GitLab projects. It supports listing, creating, and deleting tags, as well as retrieving tag details for version management and release workflows.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4tags
name: GitLab Tags API
tags:
- Git
- Source Control
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://gitlab.com/api/v4
humanURL: https://docs.gitlab.com/api/tags/
overlays: []
properties:
- url: https://docs.gitlab.com/api/tags/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Tags API provides programmatic access to manage Git tags within GitLab projects.
  It supports listing, creating, and deleting tags, as well as retrieving tag details for version management
  and release workflows.