File: runners.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-- 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
- runners: runners = GET runners?
- all_runners: runners = GET runners/all?
- runner: runner = GET runners/:runner_id
- update_runner: runner = PUT runners/:runner_id?
- delete_runner: DELETE runners/:runner_id
- runner_jobs: jobs = GET runners/:runner_id/jobs?
- project_runners: runners = GET projects/:project_id/runners?
- enable_project_runner: runner = POST projects/:project_id/runners?
- disable_project_runner: runner = DELETE projects/:project_id/runners/:runner_id