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