File: project_level_variables.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 (6 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
- project_variables: variables = GET projects/:project_id/variables?
- project_variable: variable = GET projects/:project_id/variables/:variable_key
- create_project_variable: variable = POST projects/:project_id/variables?
- edit_project_variable: variable = PUT projects/:project_id/variables/:variable_key?
- delete_project_variable: DELETE projects/:project_id/variables/:variable_key