docs: fix openapi (#5419)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/5419/head^2
parent
6c472d8627
commit
53c5994a03
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue