mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-03 18:00:11 +00:00 
			
		
		
		
	Merge pull request #340 from eikek/fix-search-api-spec
Fix openapi spec for rest-server
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user