File: 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 (10 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
- branches: branches = GET projects/:project_id/repository/branches?
- branch: branch = GET projects/:project_id/repository/branches/:branch_name
- create_branch: branch = POST projects/:project_id/repository/branches?
- delete_branch: DELETE projects/:project_id/repository/branches/:branch_name
- delete_merged_branches: DELETE projects/:project_id/repository/merged_branches

# These are not implemented as they are already deprecated in the v4 API docs.
#- protect_branch: PUT /projects/:project_id/repository/branches/:branch_name/protect?
#- unprotect_branch: PUT /projects/:project_id/repository/branches/:branch_name/unprotect