diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
4151 | description: 'Video file size in bytes' | 4151 | description: 'Video file size in bytes' |
4152 | torrentUrl: | 4152 | torrentUrl: |
4153 | type: string | 4153 | type: string |
4154 | description: Direct URL of the torrent file | ||
4154 | format: url | 4155 | format: url |
4155 | torrentDownloadUrl: | 4156 | torrentDownloadUrl: |
4156 | type: string | 4157 | type: string |
4158 | description: URL endpoint that transfers the torrent file as an attachment (so that the browser opens a download dialog) | ||
4157 | format: url | 4159 | format: url |
4158 | fileUrl: | 4160 | fileUrl: |
4159 | type: string | 4161 | type: string |
4162 | description: Direct URL of the video | ||
4160 | format: url | 4163 | format: url |
4161 | fileDownloadUrl: | 4164 | fileDownloadUrl: |
4162 | type: string | 4165 | type: string |
4166 | description: URL endpoint that transfers the video file as an attachment (so that the browser opens a download dialog) | ||
4163 | format: url | 4167 | format: url |
4164 | fps: | 4168 | fps: |
4165 | type: number | 4169 | type: number |