From 176b33b0cef1c9c291da680bd3fd7a1687e8a514 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sun, 16 Feb 2025 16:03:44 +0000 Subject: [PATCH] removed redundant request body --- docs/openapi-schema.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/openapi-schema.yaml b/docs/openapi-schema.yaml index 7ec7c103..f735c71c 100644 --- a/docs/openapi-schema.yaml +++ b/docs/openapi-schema.yaml @@ -434,9 +434,6 @@ paths: schema: type: string description: "Turnstile challenge response token provided by the client." - requestBody: - description: "No request body is required (the challenge token is provided via header)." - content: {} responses: "200": description: "A new JWT token has been issued."