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