[MM-63442] Fix GET /groups endpoint docs (#30473)
* Fix GET /groups endpoint docs * Extend groups endpoint tests
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6bbf356c3c
Коммит
d7d8b4163e
@@ -8,9 +8,6 @@
|
||||
team.
|
||||
|
||||
|
||||
`not_associated_to_team` **OR** `not_associated_to_channel` is required.
|
||||
|
||||
|
||||
If you use `not_associated_to_team`, you must be a team admin for that particular team (permission to manage that team).
|
||||
|
||||
|
||||
@@ -49,14 +46,12 @@
|
||||
in: query
|
||||
description: Team GUID which is used to return all the groups not associated to
|
||||
this team
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
- name: not_associated_to_channel
|
||||
in: query
|
||||
description: Group GUID which is used to return all the groups not associated to
|
||||
this channel
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
- name: since
|
||||
|
||||
Ссылка в новой задаче
Block a user