Added pagination documentation to SwaggerUI
This commit is contained in:
@@ -182,6 +182,11 @@ paths:
|
||||
- Projects
|
||||
security:
|
||||
- BearerAuth: []
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/SearchQuery'
|
||||
- $ref: '#/components/parameters/SortBy'
|
||||
- $ref: '#/components/parameters/Limit'
|
||||
- $ref: '#/components/parameters/Offset'
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
@@ -395,6 +400,11 @@ paths:
|
||||
- Materials
|
||||
security:
|
||||
- BearerAuth: []
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/SearchQuery'
|
||||
- $ref: '#/components/parameters/SortBy'
|
||||
- $ref: '#/components/parameters/Limit'
|
||||
- $ref: '#/components/parameters/Offset'
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
|
||||
Reference in New Issue
Block a user