File: protected_branches.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 (5 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (4)
1
2
3
4
5
---
- protected_branches: branches = GET projects/:project_id/protected_branches?
- protected_branch: branch = GET projects/:project_id/protected_branches/:branch_name
- protect_branch: branch = POST projects/:project_id/protected_branches?
- unprotect_branch: DELETE projects/:project_id/protected_branches/:branch_name