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