From 000ca2a898a36214bbf8f787fef4af4cf5ad3c8d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Aug 2020 14:45:39 +0200 Subject: Update openapi documentation Regarding "files" property of the video object --- support/doc/api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/doc') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9922a3216..756c610c1 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -3822,6 +3822,7 @@ components: format: url files: 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: $ref: '#/components/schemas/VideoFile' redundancies: @@ -3948,6 +3949,7 @@ components: example: [flowers, gardening] files: 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: $ref: '#/components/schemas/VideoFile' commentsEnabled: -- cgit v1.2.3