From 53c5994a0324abceb62a867811da07db64213460 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 9 May 2023 21:36:14 +1000 Subject: [PATCH] docs: fix openapi (#5419) Signed-off-by: James Elliott --- api/openapi.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/api/openapi.yml b/api/openapi.yml index 004897111..e1fa890f0 100644 --- a/api/openapi.yml +++ b/api/openapi.yml @@ -200,6 +200,9 @@ paths: location: description: Redirect Location for user authorization example: '{{ $redir }}' + schema: + type: string + format: uri set-cookie: description: Sets a new cookie value schema: @@ -210,6 +213,9 @@ paths: location: description: Redirect Location for user authorization example: '{{ $redir }}' + schema: + type: string + format: uri set-cookie: description: Sets a new cookie value schema: @@ -273,6 +279,9 @@ paths: location: description: Redirect Location for user authorization example: '{{ $redir }}' + schema: + type: string + format: uri set-cookie: description: Sets a new cookie value schema: @@ -283,6 +292,9 @@ paths: location: description: Redirect Location for user authorization example: '{{ $redir }}' + schema: + type: string + format: uri set-cookie: description: Sets a new cookie value schema: @@ -342,6 +354,9 @@ paths: location: description: Redirect Location for user authorization example: '{{ $redir }}' + schema: + type: string + format: uri set-cookie: description: Sets a new cookie value schema: @@ -352,6 +367,9 @@ paths: location: description: Redirect Location for user authorization example: '{{ $redir }}' + schema: + type: string + format: uri set-cookie: description: Sets a new cookie value schema: @@ -411,6 +429,9 @@ paths: location: description: Redirect Location for user authorization example: '{{ $redir }}' + schema: + type: string + format: uri set-cookie: description: Sets a new cookie value schema: