mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-10-30 05:10:11 +00:00
Fix openapi spec for rest-server
- The `itemId` parameter was not declared for
`item/{itemId}/reprocess`
- `tagCategories*` must be declared required for `ItemSearch`
structure
This commit is contained in:
@@ -1855,7 +1855,7 @@ paths:
|
||||
security:
|
||||
- authTokenHeader: []
|
||||
parameters:
|
||||
- $ref: "#/components/parameters/id"
|
||||
- $ref: "#/components/parameters/itemId"
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@@ -3995,6 +3995,8 @@ components:
|
||||
required:
|
||||
- tagsInclude
|
||||
- tagsExclude
|
||||
- tagCategoriesInclude
|
||||
- tagCategoriesExclude
|
||||
- inbox
|
||||
- offset
|
||||
- limit
|
||||
|
||||
Reference in New Issue
Block a user