From: Chocobozzz Date: Wed, 13 May 2020 09:57:38 +0000 (+0200) Subject: Add files section to streaming playlists openapi doc X-Git-Tag: v2.2.0-rc.1~7 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fpeertube.git;a=commitdiff_plain;h=63748ad00517022de1d89f9dc3003135b2f10629 Add files section to streaming playlists openapi doc --- 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: type: string fps: type: number + metadataUrl: + type: string VideoStreamingPlaylists: properties: id: @@ -2487,6 +2489,10 @@ components: type: string segmentsSha256Url: type: string + files: + type: array + items: + $ref: '#/components/schemas/VideoFile' redundancies: type: array items: