From af2febc397290b013608dca784020874e78fd2a7 Mon Sep 17 00:00:00 2001 From: EmanueleBVtech Date: Mon, 10 Feb 2025 10:04:46 +0100 Subject: [PATCH] Update _openapi.json.tpl --- src/core/api/checkout/auth_service/_openapi.json.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/api/checkout/auth_service/_openapi.json.tpl b/src/core/api/checkout/auth_service/_openapi.json.tpl index eea8b1971..cb893f2b5 100644 --- a/src/core/api/checkout/auth_service/_openapi.json.tpl +++ b/src/core/api/checkout/auth_service/_openapi.json.tpl @@ -96,7 +96,7 @@ paths: schema: $ref: '#/components/schemas/ProblemJson' /auth/logout: - get: + post: tags: - authService operationId: authLogout