aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/api/openapi.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 29e42064b..dbf6d2943 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -2474,6 +2474,8 @@ components:
2474 type: string 2474 type: string
2475 fps: 2475 fps:
2476 type: number 2476 type: number
2477 metadataUrl:
2478 type: string
2477 VideoStreamingPlaylists: 2479 VideoStreamingPlaylists:
2478 properties: 2480 properties:
2479 id: 2481 id:
@@ -2487,6 +2489,10 @@ components:
2487 type: string 2489 type: string
2488 segmentsSha256Url: 2490 segmentsSha256Url:
2489 type: string 2491 type: string
2492 files:
2493 type: array
2494 items:
2495 $ref: '#/components/schemas/VideoFile'
2490 redundancies: 2496 redundancies:
2491 type: array 2497 type: array
2492 items: 2498 items: