aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-13 11:57:38 +0200
committerChocobozzz <me@florianbigard.com>2020-05-13 11:57:38 +0200
commit63748ad00517022de1d89f9dc3003135b2f10629 (patch)
tree2fea4ceb71ffb93caf269d90ee5be00f4e174d97 /support
parenta06581f2968dc0d21570cc53ff94de96ede70a54 (diff)
downloadPeerTube-63748ad00517022de1d89f9dc3003135b2f10629.tar.gz
PeerTube-63748ad00517022de1d89f9dc3003135b2f10629.tar.zst
PeerTube-63748ad00517022de1d89f9dc3003135b2f10629.zip
Add files section to streaming playlists openapi doc
Diffstat (limited to 'support')
-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: