GitLab Labels API

The GitLab Labels API provides programmatic access to manage project labels. It supports creating, listing, updating, deleting, and subscribing to labels used for categorizing issues, merge requests, and other project resources.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4labels
name: GitLab Labels API
tags:
- Labels
- Organization
- Project Management
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/labels/
overlays: []
properties:
- url: https://docs.gitlab.com/api/labels/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Labels API provides programmatic access to manage project labels. It supports
  creating, listing, updating, deleting, and subscribing to labels used for categorizing issues, merge
  requests, and other project resources.