Skip to content

Commit

Permalink
chore(OPENAPI_DOC): update models
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Aug 5, 2024
1 parent e3213e3 commit 8bb2c20
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions OPENAPI_DOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20891,6 +20891,11 @@ components:
additionalProperties:
type: object
nullable: true
email_domains:
type: array
items:
type: string
nullable: true
id:
type: string
nullable: true
Expand Down Expand Up @@ -21836,6 +21841,11 @@ components:
additionalProperties:
type: object
nullable: true
email_domains:
type: array
items:
type: string
nullable: true
id:
type: string
nullable: true
Expand Down Expand Up @@ -23382,6 +23392,10 @@ components:
authority_id:
type: string
nullable: true
video_length:
type: integer
format: Int32
nullable: true
start_time:
type: integer
format: Int32
Expand Down Expand Up @@ -24660,6 +24674,10 @@ components:
authority_id:
type: string
nullable: true
video_length:
type: integer
format: Int32
nullable: true
start_time:
type: integer
format: Int32
Expand Down Expand Up @@ -25786,6 +25804,10 @@ components:
authority_id:
type: string
nullable: true
video_length:
type: integer
format: Int32
nullable: true
start_time:
type: integer
format: Int32
Expand Down Expand Up @@ -28243,6 +28265,10 @@ components:
authority_id:
type: string
nullable: true
video_length:
type: integer
format: Int32
nullable: true
start_time:
type: integer
format: Int32
Expand Down

0 comments on commit 8bb2c20

Please sign in to comment.