Correct title location in login flow definition (#1003)

pull/1028/head
David Robertson 2 years ago committed by GitHub
parent 17448083cf
commit 46f98796b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save