fix: add required to AccountInfoResponse
This commit is contained in:
parent
c2d4ea7847
commit
d40a954b67
|
@ -318,6 +318,12 @@ components:
|
|||
type: string
|
||||
AccountInfoResponse:
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
- first_name
|
||||
- last_name
|
||||
- email
|
||||
- verified
|
||||
properties:
|
||||
id:
|
||||
type: number
|
||||
|
|
Loading…
Reference in New Issue