chore: update swagger.yaml

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

View File

@ -317,6 +317,12 @@ components:
type: string
AccountInfoResponse:
type: object
required:
- id
- first_name
- last_name
- email
- verified
properties:
id:
type: number
@ -326,6 +332,8 @@ components:
type: string
email:
type: string
verified:
type: boolean
UploadLimitResponse:
type: object
properties: