From e81af3000f1881ec5041678ae54b402b0314bd42 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 13 Apr 2021 20:45:54 +0000 Subject: [PATCH] Update VideoFile structure in the API doc Explain the difference between the 4 URL fields in the VideoFile structure. --- support/doc/api/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 373b17ddf..a63ee7983 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -4151,15 +4151,19 @@ components: description: 'Video file size in bytes' torrentUrl: type: string + description: Direct URL of the torrent file format: url torrentDownloadUrl: type: string + description: URL endpoint that transfers the torrent file as an attachment (so that the browser opens a download dialog) format: url fileUrl: type: string + description: Direct URL of the video format: url fileDownloadUrl: type: string + description: URL endpoint that transfers the video file as an attachment (so that the browser opens a download dialog) format: url fps: type: number