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:
|
location:
|
||||||
description: Redirect Location for user authorization
|
description: Redirect Location for user authorization
|
||||||
example: '{{ $redir }}'
|
example: '{{ $redir }}'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
set-cookie:
|
set-cookie:
|
||||||
description: Sets a new cookie value
|
description: Sets a new cookie value
|
||||||
schema:
|
schema:
|
||||||
|
@ -210,6 +213,9 @@ paths:
|
||||||
location:
|
location:
|
||||||
description: Redirect Location for user authorization
|
description: Redirect Location for user authorization
|
||||||
example: '{{ $redir }}'
|
example: '{{ $redir }}'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
set-cookie:
|
set-cookie:
|
||||||
description: Sets a new cookie value
|
description: Sets a new cookie value
|
||||||
schema:
|
schema:
|
||||||
|
@ -273,6 +279,9 @@ paths:
|
||||||
location:
|
location:
|
||||||
description: Redirect Location for user authorization
|
description: Redirect Location for user authorization
|
||||||
example: '{{ $redir }}'
|
example: '{{ $redir }}'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
set-cookie:
|
set-cookie:
|
||||||
description: Sets a new cookie value
|
description: Sets a new cookie value
|
||||||
schema:
|
schema:
|
||||||
|
@ -283,6 +292,9 @@ paths:
|
||||||
location:
|
location:
|
||||||
description: Redirect Location for user authorization
|
description: Redirect Location for user authorization
|
||||||
example: '{{ $redir }}'
|
example: '{{ $redir }}'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
set-cookie:
|
set-cookie:
|
||||||
description: Sets a new cookie value
|
description: Sets a new cookie value
|
||||||
schema:
|
schema:
|
||||||
|
@ -342,6 +354,9 @@ paths:
|
||||||
location:
|
location:
|
||||||
description: Redirect Location for user authorization
|
description: Redirect Location for user authorization
|
||||||
example: '{{ $redir }}'
|
example: '{{ $redir }}'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
set-cookie:
|
set-cookie:
|
||||||
description: Sets a new cookie value
|
description: Sets a new cookie value
|
||||||
schema:
|
schema:
|
||||||
|
@ -352,6 +367,9 @@ paths:
|
||||||
location:
|
location:
|
||||||
description: Redirect Location for user authorization
|
description: Redirect Location for user authorization
|
||||||
example: '{{ $redir }}'
|
example: '{{ $redir }}'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
set-cookie:
|
set-cookie:
|
||||||
description: Sets a new cookie value
|
description: Sets a new cookie value
|
||||||
schema:
|
schema:
|
||||||
|
@ -411,6 +429,9 @@ paths:
|
||||||
location:
|
location:
|
||||||
description: Redirect Location for user authorization
|
description: Redirect Location for user authorization
|
||||||
example: '{{ $redir }}'
|
example: '{{ $redir }}'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
set-cookie:
|
set-cookie:
|
||||||
description: Sets a new cookie value
|
description: Sets a new cookie value
|
||||||
schema:
|
schema:
|
||||||
|
|
Loading…
Reference in New Issue