From: Chocobozzz Date: Tue, 19 Apr 2022 06:57:24 +0000 (+0200) Subject: Add missing video states to rest api doc X-Git-Tag: v4.2.0-rc.1~147 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=acc6a1cba7eb65076aef15fd4fa764648ca85208;hp=e85a36cb96c890f53d90ebec72fc167ed2162662;p=github%2FChocobozzz%2FPeerTube.git Add missing video states to rest api doc --- diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 60b2fe168..012f6d135 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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