Add missing video states to rest api doc

This commit is contained in:
Chocobozzz 2022-04-19 08:57:24 +02:00
parent e85a36cb96
commit acc6a1cba7
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -5387,7 +5387,23 @@ components:
- 1
- 2
- 3
description: 'The video state (Published = `1`, to transcode = `2`, to import = `3`)'
- 4
- 5
- 6
- 7
- 8
- 9
description: |
The video state:
- `1`: Published
- `2`: To transcode
- `3`: To import
- `4`: Waiting for live stream
- `5`: Live ended
- `6`: To move to an external storage (object storage...)
- `7`: Transcoding failed
- `8`: Moving to an external storage failed
- `9`: To edit using studio edition feature
label:
type: string