fix: add required to AccountInfoResponse

This commit is contained in:
Derrick Hammer 2024-03-26 16:44:03 -04:00
parent c2d4ea7847
commit d40a954b67
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 0 deletions

View File

@ -318,6 +318,12 @@ components:
type: string
AccountInfoResponse:
type: object
required:
- id
- first_name
- last_name
- email
- verified
properties:
id:
type: number