Fix openapi spec

This commit is contained in:
eikek 2022-01-10 14:59:27 +01:00
parent 699cf091e6
commit 978381a5ba

View File

@ -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