Skip to content
代码片段 群组 项目
未验证 提交 5f5fa2f3 编辑于 作者: Marcos Rocha's avatar Marcos Rocha 提交者: GitLab
浏览文件

Merge branch '473624-deprecate-update-namespace-endpoint' into 'master'

Add [DEPRECATED] label to update namespace

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/176660



Merged-by: default avatarMarcos Rocha <mrocha@gitlab.com>
Approved-by: default avatarDominic Bauer <dbauer@gitlab.com>
Approved-by: default avatarMarcos Rocha <mrocha@gitlab.com>
Co-authored-by: default avatarBishwa Hang Rai <bhrai@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -38311,7 +38311,7 @@ paths:
operationId: getApiV4MergeRequests
"/api/v4/namespaces/{id}":
put:
description: Update a namespace
description: "[DEPRECATED] Update a namespace"
produces:
- application/json
consumes:
......@@ -38329,7 +38329,7 @@ paths:
"$ref": "#/definitions/putApiV4NamespacesId"
responses:
'200':
description: Update a namespace
description: "[DEPRECATED] Update a namespace"
schema:
"$ref": "#/definitions/API_Entities_Namespace"
tags:
......@@ -60963,7 +60963,7 @@ definitions:
type: integer
format: int32
description: Whether subscription is an extended or reactivated trial
description: Update a namespace
description: "[DEPRECATED] Update a namespace"
API_Entities_Namespace:
type: object
properties:
......@@ -55,7 +55,7 @@ def update_namespace(namespace)
end
end
desc 'Update a namespace' do
desc '[DEPRECATED] Update a namespace' do
success ::API::Entities::Namespace
end
params do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册