File: repository_files.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 (8 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
- file: file = GET projects/:project_id/repository/files/:file_path?
- method: raw_file
  spec: content = GET projects/:project_id/repository/files/:file_path/raw?
  no_decode: true
- create_file: POST projects/:project_id/repository/files/:file_path?
- edit_file: PUT projects/:project_id/repository/files/:file_path?
- delete_file: DELETE projects/:project_id/repository/files/:file_path?