[MM-62398] Fix /api/v4/reports/users/export api docs (#29750)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
023a9fe5fe
Коммит
0375495c40
@@ -613,6 +613,7 @@ x-tagGroups:
|
|||||||
- permissions
|
- permissions
|
||||||
- exports
|
- exports
|
||||||
- usage
|
- usage
|
||||||
|
- reports
|
||||||
servers:
|
servers:
|
||||||
- url: http://your-mattermost-url.com
|
- url: http://your-mattermost-url.com
|
||||||
- url: https://your-mattermost-url.com
|
- url: https://your-mattermost-url.com
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/api/v4/reports/users:
|
/api/v4/reports/users:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- users
|
- reports
|
||||||
summary: Get a list of paged and sorted users for admin reporting purposes
|
summary: Get a list of paged and sorted users for admin reporting purposes
|
||||||
description: >
|
description: >
|
||||||
Get a list of paged users for admin reporting purposes, based on provided parameters.
|
Get a list of paged users for admin reporting purposes, based on provided parameters.
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
/api/v4/reports/users/count:
|
/api/v4/reports/users/count:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- users
|
- reports
|
||||||
summary: Gets the full count of users that match the filter.
|
summary: Gets the full count of users that match the filter.
|
||||||
description: >
|
description: >
|
||||||
Get the full count of users admin reporting purposes, based on provided parameters.
|
Get the full count of users admin reporting purposes, based on provided parameters.
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user