File: openapi_operations.yaml

package info (click to toggle)
golang-github-google-go-github 60.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,700 kB
  • sloc: sh: 111; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
operations:
  - name: POST /a/{a_id}
    documentation_url: https://docs.github.com/rest/a/a#update-a
operation_overrides:
  - name: GET /a/{a_id_noncanonical2}
    documentation_url: https://docs.github.com/rest/a/a#overridden-get-a
  - name: GET /fake/{a_id}
    documentation_url: https://docs.github.com/rest/a/a#overridden-get-a
openapi_commit: b8dafbe912a3be421d21346faa2b29bf15e6f84d
openapi_operations:
  - name: GET /a/{a_id}
    documentation_url: https://docs.github.com/rest/a/a#get-a
  - name: GET /undocumented/{undocumented_id}