diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-19 08:57:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-19 08:57:24 +0200 |
commit | acc6a1cba7eb65076aef15fd4fa764648ca85208 (patch) | |
tree | 466d54524e62e6c52bd8fb3da40b3b8bce2f0bbf /support | |
parent | e85a36cb96c890f53d90ebec72fc167ed2162662 (diff) | |
download | PeerTube-acc6a1cba7eb65076aef15fd4fa764648ca85208.tar.gz PeerTube-acc6a1cba7eb65076aef15fd4fa764648ca85208.tar.zst PeerTube-acc6a1cba7eb65076aef15fd4fa764648ca85208.zip |
Add missing video states to rest api doc
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 18 |
1 files changed, 17 insertions, 1 deletions
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: | |||
5387 | - 1 | 5387 | - 1 |
5388 | - 2 | 5388 | - 2 |
5389 | - 3 | 5389 | - 3 |
5390 | description: 'The video state (Published = `1`, to transcode = `2`, to import = `3`)' | 5390 | - 4 |
5391 | - 5 | ||
5392 | - 6 | ||
5393 | - 7 | ||
5394 | - 8 | ||
5395 | - 9 | ||
5396 | description: | | ||
5397 | The video state: | ||
5398 | - `1`: Published | ||
5399 | - `2`: To transcode | ||
5400 | - `3`: To import | ||
5401 | - `4`: Waiting for live stream | ||
5402 | - `5`: Live ended | ||
5403 | - `6`: To move to an external storage (object storage...) | ||
5404 | - `7`: Transcoding failed | ||
5405 | - `8`: Moving to an external storage failed | ||
5406 | - `9`: To edit using studio edition feature | ||
5391 | label: | 5407 | label: |
5392 | type: string | 5408 | type: string |
5393 | 5409 | ||