mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-01 04:52:52 +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:
|
security:
|
||||||
- authTokenHeader: []
|
- authTokenHeader: []
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/id"
|
- $ref: "#/components/parameters/itemId"
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
@ -3995,6 +3995,8 @@ components:
|
|||||||
required:
|
required:
|
||||||
- tagsInclude
|
- tagsInclude
|
||||||
- tagsExclude
|
- tagsExclude
|
||||||
|
- tagCategoriesInclude
|
||||||
|
- tagCategoriesExclude
|
||||||
- inbox
|
- inbox
|
||||||
- offset
|
- offset
|
||||||
- limit
|
- limit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user