MM-58349: Shared Channels in System Console (#28116)

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
Этот коммит содержится в:
Caleb Roseland
2024-10-09 07:53:19 -05:00
коммит произвёл GitHub
родитель 02e6851603
Коммит 0f200adbe0
39 изменённых файлов: 3338 добавлений и 96 удалений

Просмотреть файл

@@ -178,8 +178,12 @@
schema:
type: string
responses:
"204":
"200":
description: Remote cluster invited successfully
content:
application/json:
schema:
$ref: "#/components/schemas/StatusOK"
"401":
$ref: "#/components/responses/Unauthorized"
"403":
@@ -212,8 +216,12 @@
schema:
type: string
responses:
"204":
"200":
description: Remote cluster uninvited successfully
content:
application/json:
schema:
$ref: "#/components/schemas/StatusOK"
"401":
$ref: "#/components/responses/Unauthorized"
"403":