From 702bc6a6883544b81146d4673b0252d43e4d6c44 Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:22:11 +0100 Subject: [PATCH] document expired jwt error --- openapi-def.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi-def.yaml b/openapi-def.yaml index bec6f12..e642413 100644 --- a/openapi-def.yaml +++ b/openapi-def.yaml @@ -567,6 +567,10 @@ components: value: id: auth.jwt.invalid message: string + expired_jwt: + value: + id: auth.jwt.expired + message: string BadRequest: description: Bad Request content: