Skip to content
代码片段 群组 项目
提交 943f7c4f 编辑于 作者: Igor Drozdov's avatar Igor Drozdov
浏览文件

Merge branch 'docs/metadata-version' into 'master'

Fix version when `/metadata` was introduced

See merge request gitlab-org/gitlab!90998
No related branches found
No related tags found
无相关合并请求
...@@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Metadata API **(FREE)** # Metadata API **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/357032) in GitLab 15.1. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/357032) in GitLab 15.2.
Retrieve metadata information for this GitLab instance. Retrieve metadata information for this GitLab instance.
...@@ -35,7 +35,7 @@ Example response: ...@@ -35,7 +35,7 @@ Example response:
```json ```json
{ {
"version": "15.0-pre", "version": "15.2-pre",
"revision": "c401a659d0c", "revision": "c401a659d0c",
"kas": { "kas": {
"enabled": true, "enabled": true,
......
...@@ -26,7 +26,7 @@ class Metadata < ::API::Base ...@@ -26,7 +26,7 @@ class Metadata < ::API::Base
EOF EOF
desc 'Get the metadata information of the GitLab instance.' do desc 'Get the metadata information of the GitLab instance.' do
detail 'This feature was introduced in GitLab 15.1.' detail 'This feature was introduced in GitLab 15.2.'
end end
get '/metadata' do get '/metadata' do
run_graphql!( run_graphql!(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册