Browse Source

OpenAPI: fix logs endpoint

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 4 months ago
parent
commit
4c5d9f3a25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openapi/openapi.yaml

+ 1 - 1
openapi/openapi.yaml

@@ -2732,7 +2732,7 @@ paths:
           $ref: '#/components/responses/InternalServerError'
         default:
           $ref: '#/components/responses/DefaultResponse'
-  /events/log:
+  /events/logs:
     get:
       tags:
         - events