From 0ae7c703070a51080dbc2cd3f97287ad5a025692 Mon Sep 17 00:00:00 2001 From: beto4444 <84237487+beto4444@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:49:11 +0200 Subject: [PATCH] Update openapi.yaml according to frontend logging --- docs/backend/openapi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/backend/openapi.yaml b/docs/backend/openapi.yaml index 81e3ef4..8855936 100644 --- a/docs/backend/openapi.yaml +++ b/docs/backend/openapi.yaml @@ -1093,6 +1093,17 @@ paths: schema: $ref: '#/components/schemas/BasicResponse' + #Logs + /logs: + post: + summary: Allows to receive logs from the frontend and save them to database + responses: + '200': + description: Logs received + content: + application/json: + schema: + $ref: '#/components/schemas/BasicResponse' # Logfiles Routes /logfiles: post: