mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add files section to streaming playlists openapi doc
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user