Correct title location in login flow definition (#1003)
This commit is contained in:
parent
17448083cf
commit
46f98796b6
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
||||||
|
Adjust the OpenAPI specification so that the type `Flow information` is explicitly defined when the CS spec is rendered.
|
|
@ -18,10 +18,10 @@ type: object
|
||||||
properties:
|
properties:
|
||||||
flows:
|
flows:
|
||||||
description: A list of the login flows supported by the server for this API.
|
description: A list of the login flows supported by the server for this API.
|
||||||
title: Flow information
|
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
title: Flow information
|
||||||
properties:
|
properties:
|
||||||
stages:
|
stages:
|
||||||
description: |-
|
description: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue