GitLab Notes API

The GitLab Notes API provides programmatic access to manage comments and system notes on issues, merge requests, epics, and snippets. It supports creating, listing, updating, and deleting notes for collaboration and discussion within GitLab resources.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4notes
name: GitLab Notes API
tags:
- Collaboration
- Comments
- Notes
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/notes/
overlays: []
properties:
- url: https://docs.gitlab.com/api/notes/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Notes API provides programmatic access to manage comments and system notes on
  issues, merge requests, epics, and snippets. It supports creating, listing, updating, and deleting notes
  for collaboration and discussion within GitLab resources.