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