mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Fix issue with the open api spec
This commit is contained in:
parent
7e299932f0
commit
508a76af96
|
@ -87,7 +87,9 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/UserInformation'
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/UserInformation'
|
||||||
required: true
|
required: true
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
|
|
Loading…
Reference in a new issue