mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Fix openapi spec
This commit is contained in:
parent
699cf091e6
commit
978381a5ba
@ -1957,6 +1957,8 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/BasicResult"
|
||||
/sec/querybookmark/{bookmarkId}:
|
||||
parameters:
|
||||
- $ref: "#/components/parameters/bookmarkId"
|
||||
delete:
|
||||
operationId: "sec-querybookmark-delete"
|
||||
tags: [Query Bookmark]
|
||||
@ -7981,6 +7983,14 @@ components:
|
||||
some identifier for a client application
|
||||
schema:
|
||||
type: string
|
||||
bookmarkId:
|
||||
name: bookmarkId
|
||||
in: path
|
||||
required: true
|
||||
description: |
|
||||
An identifier for a bookmark
|
||||
schema:
|
||||
type: string
|
||||
providerId:
|
||||
name: providerId
|
||||
in: path
|
||||
|
Loading…
x
Reference in New Issue
Block a user