mirror of https://github.com/Chocobozzz/PeerTube
Update openapi documentation
Regarding "files" property of the video objectpull/3127/head
parent
c8bc2a1af6
commit
000ca2a898
|
@ -3822,6 +3822,7 @@ components:
|
||||||
format: url
|
format: url
|
||||||
files:
|
files:
|
||||||
type: array
|
type: array
|
||||||
|
description: 'Video files associated to this playlist. The difference with the root "files" property is that these files are fragmented, so they can be used in this streaming playlist (HLS etc)'
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/VideoFile'
|
$ref: '#/components/schemas/VideoFile'
|
||||||
redundancies:
|
redundancies:
|
||||||
|
@ -3948,6 +3949,7 @@ components:
|
||||||
example: [flowers, gardening]
|
example: [flowers, gardening]
|
||||||
files:
|
files:
|
||||||
type: array
|
type: array
|
||||||
|
description: 'WebTorrent/raw video files. Can be empty if WebTorrent is disabled on the server. In this case, video files will be in the "streamingPlaylists[].files" property'
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/VideoFile'
|
$ref: '#/components/schemas/VideoFile'
|
||||||
commentsEnabled:
|
commentsEnabled:
|
||||||
|
|
Loading…
Reference in New Issue