From cec3fa68ad192a6c09546803258cef350b7f2bb9 Mon Sep 17 00:00:00 2001 From: Nico Kroll Date: Wed, 20 Aug 2025 10:30:59 +0200 Subject: [PATCH] The updated document gets returned --- src/v1/openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/v1/openapi.yaml b/src/v1/openapi.yaml index 6d6381f..82175a4 100644 --- a/src/v1/openapi.yaml +++ b/src/v1/openapi.yaml @@ -1305,6 +1305,10 @@ paths: responses: 200: description: "successful operation" + content: + application/json: + schema: + $ref: "#/components/schemas/Document" 401: $ref: "#/components/responses/SessionOfOnlineUserOrHigherRequired" default: @@ -1329,6 +1333,10 @@ paths: responses: 200: description: "successful operation" + content: + application/json: + schema: + $ref: "#/components/schemas/Document" 401: $ref: "#/components/responses/SessionOfOnlineUserOrHigherRequired" default: