mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Correct title location in login flow definition (#1003)
This commit is contained in:
parent
17448083cf
commit
46f98796b6
|
|
@ -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:
|
||||
flows:
|
||||
description: A list of the login flows supported by the server for this API.
|
||||
title: Flow information
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
title: Flow information
|
||||
properties:
|
||||
stages:
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue