From 978381a5ba9b478051601d050f2cfa2aeb37ca5d Mon Sep 17 00:00:00 2001 From: eikek Date: Mon, 10 Jan 2022 14:59:27 +0100 Subject: [PATCH] Fix openapi spec --- .../restapi/src/main/resources/docspell-openapi.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/restapi/src/main/resources/docspell-openapi.yml b/modules/restapi/src/main/resources/docspell-openapi.yml index 7dfdd6f6..135fa85e 100644 --- a/modules/restapi/src/main/resources/docspell-openapi.yml +++ b/modules/restapi/src/main/resources/docspell-openapi.yml @@ -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