From 5b0c7bb3c9d6ab425507a466e06b084cfa01c3bd Mon Sep 17 00:00:00 2001 From: Nathan Lie Date: Thu, 29 Sep 2022 16:14:05 -0700 Subject: [PATCH 1/2] feat: set response body for redirects to string --- auth-server-open-api-spec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auth-server-open-api-spec.yaml b/auth-server-open-api-spec.yaml index 2bb98dc9..e88e9790 100644 --- a/auth-server-open-api-spec.yaml +++ b/auth-server-open-api-spec.yaml @@ -418,6 +418,10 @@ paths: - grant responses: '302': + content: + text/html: + schema: + type: string description: Found headers: Location: From c6303385cb25404de73fdd92dee8eeaa87ea0946 Mon Sep 17 00:00:00 2001 From: Nathan Lie Date: Thu, 13 Oct 2022 14:44:25 -0700 Subject: [PATCH 2/2] feat: make body nullable --- auth-server-open-api-spec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/auth-server-open-api-spec.yaml b/auth-server-open-api-spec.yaml index e88e9790..6fc3aca4 100644 --- a/auth-server-open-api-spec.yaml +++ b/auth-server-open-api-spec.yaml @@ -422,6 +422,7 @@ paths: text/html: schema: type: string + nullable: true description: Found headers: Location: