[MM-57966]Centralize the 200 maximum page size cap for the per_page parameter and remove individual mentions from API endpoint documentation (#26859)

Этот коммит содержится в:
Kunal Acharya
2024-04-25 21:18:25 +05:30
коммит произвёл GitHub
родитель 173ff52e18
Коммит 5f1a357845
6 изменённых файлов: 13 добавлений и 13 удалений

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

@@ -49,6 +49,9 @@ tags:
When using endpoints that require a user id, the string `me` can be used in place of the user id to indicate the action is to be taken for the logged in user.
For all endpoints that implement pagination via the `per_page` parameter, the maximum number of items returned per request is capped at 200. If `per_page` exceeds 200, the list will be silently truncated to 200 items.
- name: drivers
description: >
The easiest way to interact with the Mattermost Web Service API is through