Added pagination documentation to SwaggerUI

This commit is contained in:
2026-04-28 10:22:23 -04:00
parent 2495065297
commit ae0e35bdb1

View File

@@ -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