Fix issue with the open api spec

This commit is contained in:
ricardo 2022-04-19 12:39:44 -04:00
parent 7e299932f0
commit 508a76af96

View file

@ -87,6 +87,8 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/UserInformation'
required: true
responses: