diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 92221e6..5b55f3b 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -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