[MM-57966]Centralize the 200 maximum page size cap for the per_page parameter and remove individual mentions from API endpoint documentation (#26859)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
173ff52e18
Коммит
5f1a357845
@@ -93,7 +93,7 @@
|
||||
default: 0
|
||||
- name: per_page
|
||||
in: query
|
||||
description: The number of policies per page. There is a maximum limit of 200 per page.
|
||||
description: The number of policies per page.
|
||||
schema:
|
||||
type: integer
|
||||
default: 60
|
||||
@@ -301,7 +301,7 @@
|
||||
default: 0
|
||||
- name: per_page
|
||||
in: query
|
||||
description: The number of teams per page. There is a maximum limit of 200 per page.
|
||||
description: The number of teams per page.
|
||||
schema:
|
||||
type: integer
|
||||
default: 60
|
||||
@@ -495,7 +495,7 @@
|
||||
default: 0
|
||||
- name: per_page
|
||||
in: query
|
||||
description: The number of channels per page. There is a maximum limit of 200 per page.
|
||||
description: The number of channels per page.
|
||||
schema:
|
||||
type: integer
|
||||
default: 60
|
||||
|
||||
Ссылка в новой задаче
Block a user