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