mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-02-15 20:33:26 +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:
parent
5c9f214f80
commit
ec0d0f8475
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user