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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-02 12:10:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-02 12:10:53 +0300
commit44837830832a41a6fe6360aca18e50826c723fd1 (patch)
tree47f83bfb5f90a4e598facb0b6688743f3a4173fe /config/open_api.yml
parent03c509e17bfa71a124a69b6cf4897414d3bd1cb5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/open_api.yml')
-rw-r--r--config/open_api.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/config/open_api.yml b/config/open_api.yml
index f45691ea9f5..331a90a8710 100644
--- a/config/open_api.yml
+++ b/config/open_api.yml
@@ -14,12 +14,11 @@ metadata:
name: private_token
in: query
tags:
- - name: metadata
- description: Operations related to metadata of the GitLab instance
+ # Keep in alphabetical order
- name: access_requests
description: Operations related to access requests
- - name: merge_requests
- description: Operations related to merge requests
+ - name: cluster_agents
+ description: Operations related to the GitLab agent for Kubernetes
- name: deploy_keys
description: Operations related to deploy keys
- name: deploy_tokens
@@ -34,7 +33,11 @@ metadata:
description: Operations related to managing Flipper-based feature flags
- name: freeze_periods
description: Operations related to deploy freeze periods
+ - name: merge_requests
+ description: Operations related to merge requests
+ - name: metadata
+ description: Operations related to metadata of the GitLab instance
- name: release_links
description: Operations related to release assets (links)
- - name: cluster_agents
- description: Operations related to the GitLab agent for Kubernetes
+ - name: suggestions
+ description: Operations related to suggestions \ No newline at end of file