Welcome to mirror list, hosted at ThFree Co, Russian Federation.

open_api.yml « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f45691ea9f57e43e85c7567814bc9346d246f621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
  - name: access_requests
    description: Operations related to access requests
  - name: merge_requests
    description: Operations related to merge requests
  - name: deploy_keys
    description: Operations related to deploy keys
  - name: deploy_tokens
    description: Operations related to deploy tokens
  - name: deployments
    description: Operations related to deployments
  - name: environments
    description: Operations related to environments
  - name: feature_flags_user_lists
    description: Operations related to accessing GitLab feature flag user lists
  - name: features
    description: Operations related to managing Flipper-based feature flags
  - name: freeze_periods
    description: Operations related to deploy freeze periods
  - name: release_links
    description: Operations related to release assets (links)
  - name: cluster_agents
    description: Operations related to the GitLab agent for Kubernetes