removed redundant request body

This commit is contained in:
Tobi 2025-02-16 16:03:44 +00:00 committed by GitHub
parent d59968bb6b
commit 176b33b0ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."