Update VideoFile structure in the API doc
Explain the difference between the 4 URL fields in the VideoFile structure.
This commit is contained in:
parent
1748e92aaa
commit
e81af3000f
1 changed files with 4 additions and 0 deletions
|
@ -4151,15 +4151,19 @@ components:
|
||||||
description: 'Video file size in bytes'
|
description: 'Video file size in bytes'
|
||||||
torrentUrl:
|
torrentUrl:
|
||||||
type: string
|
type: string
|
||||||
|
description: Direct URL of the torrent file
|
||||||
format: url
|
format: url
|
||||||
torrentDownloadUrl:
|
torrentDownloadUrl:
|
||||||
type: string
|
type: string
|
||||||
|
description: URL endpoint that transfers the torrent file as an attachment (so that the browser opens a download dialog)
|
||||||
format: url
|
format: url
|
||||||
fileUrl:
|
fileUrl:
|
||||||
type: string
|
type: string
|
||||||
|
description: Direct URL of the video
|
||||||
format: url
|
format: url
|
||||||
fileDownloadUrl:
|
fileDownloadUrl:
|
||||||
type: string
|
type: string
|
||||||
|
description: URL endpoint that transfers the video file as an attachment (so that the browser opens a download dialog)
|
||||||
format: url
|
format: url
|
||||||
fps:
|
fps:
|
||||||
type: number
|
type: number
|
||||||
|
|
Loading…
Reference in a new issue