summaryrefslogtreecommitdiff
path: root/config/open_api.yml
blob: 8415a6bff3deda91816e9b78bd95e8ff47088499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
metadata:
  doc_version: v4
  info:
    title: GitLab API
    termsOfService: https://about.gitlab.com/terms/
  host: gitlab.com
  security_definitions:
    access_token_header:
      type: apiKey
      name: PRIVATE-TOKEN
      in: header
    access_token_query:
      type: apiKey
      name: private_token
      in: query
  tags:
  - name: metadata
    description: Operations related to metadata of the GitLab instance