File: labels.yml

package info (click to toggle)
libgitlab-api-v4-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,500 kB
  • sloc: perl: 5,960; sh: 838; python: 63; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
- labels: labels = GET projects/:project_id/labels?
- create_label: label = POST projects/:project_id/labels?
- delete_label: DELETE projects/:project_id/labels?
- edit_label: label = PUT projects/:project_id/labels?
- subscribe_to_label: label = POST projects/:project_id/labels/:label_id/subscribe
- unsubscribe_from_label: POST projects/:project_id/labels/:label_id/unsubscribe