diff options
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
3822 | format: url | 3822 | format: url |
3823 | files: | 3823 | files: |
3824 | type: array | 3824 | type: array |
3825 | 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)' | ||
3825 | items: | 3826 | items: |
3826 | $ref: '#/components/schemas/VideoFile' | 3827 | $ref: '#/components/schemas/VideoFile' |
3827 | redundancies: | 3828 | redundancies: |
@@ -3948,6 +3949,7 @@ components: | |||
3948 | example: [flowers, gardening] | 3949 | example: [flowers, gardening] |
3949 | files: | 3950 | files: |
3950 | type: array | 3951 | type: array |
3952 | 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' | ||
3951 | items: | 3953 | items: |
3952 | $ref: '#/components/schemas/VideoFile' | 3954 | $ref: '#/components/schemas/VideoFile' |
3953 | commentsEnabled: | 3955 | commentsEnabled: |