[MM-63442] Fix GET /groups endpoint docs (#30473)

* Fix GET /groups endpoint docs

* Extend groups endpoint tests
Этот коммит содержится в:
Ben Schumacher
2025-03-19 19:38:37 +01:00
коммит произвёл GitHub
родитель 6bbf356c3c
Коммит d7d8b4163e
2 изменённых файлов: 59 добавлений и 33 удалений

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

@@ -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