From 8bb2c207823cfc0b81b63f7103592e8fd7fdf161 Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Mon, 5 Aug 2024 16:52:40 +1000 Subject: [PATCH] chore(OPENAPI_DOC): update models --- OPENAPI_DOC.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/OPENAPI_DOC.yml b/OPENAPI_DOC.yml index 16d7e198..430cad00 100644 --- a/OPENAPI_DOC.yml +++ b/OPENAPI_DOC.yml @@ -20891,6 +20891,11 @@ components: additionalProperties: type: object nullable: true + email_domains: + type: array + items: + type: string + nullable: true id: type: string nullable: true @@ -21836,6 +21841,11 @@ components: additionalProperties: type: object nullable: true + email_domains: + type: array + items: + type: string + nullable: true id: type: string nullable: true @@ -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 @@ -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 @@ -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 @@ -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