From 0375495c40ce18080c4a01595a51506fee0451f9 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 13 Jan 2025 09:42:16 +0100 Subject: [PATCH] [MM-62398] Fix /api/v4/reports/users/export api docs (#29750) --- api/v4/source/introduction.yaml | 1 + api/v4/source/reports.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/v4/source/introduction.yaml b/api/v4/source/introduction.yaml index f3b109e0ae..367d590486 100644 --- a/api/v4/source/introduction.yaml +++ b/api/v4/source/introduction.yaml @@ -613,6 +613,7 @@ x-tagGroups: - permissions - exports - usage + - reports servers: - url: http://your-mattermost-url.com - url: https://your-mattermost-url.com diff --git a/api/v4/source/reports.yaml b/api/v4/source/reports.yaml index 45af39706f..caef9f7402 100644 --- a/api/v4/source/reports.yaml +++ b/api/v4/source/reports.yaml @@ -1,7 +1,7 @@ /api/v4/reports/users: get: tags: - - users + - reports summary: Get a list of paged and sorted users for admin reporting purposes description: > Get a list of paged users for admin reporting purposes, based on provided parameters. @@ -104,7 +104,7 @@ /api/v4/reports/users/count: get: tags: - - users + - reports summary: Gets the full count of users that match the filter. description: > Get the full count of users admin reporting purposes, based on provided parameters.