diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-24 18:02:04 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-13 09:14:09 +0100 |
commit | b7085c713220c9c5a96c9bb77330c2ba6ae9274e (patch) | |
tree | a2cefbd1742d5f2ba48f76759f3450171dc224f8 /support/doc | |
parent | 7185dab3ff509cec9f03a15d826625b5a1bd0ada (diff) | |
download | PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.gz PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.zst PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.zip |
add support for 1440p (Quad HD/QHD/WQHD) videos
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 74b2dee28..fe4552ff7 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -3941,7 +3941,7 @@ components: | |||
3941 | properties: | 3941 | properties: |
3942 | id: | 3942 | id: |
3943 | type: integer | 3943 | type: integer |
3944 | description: 'Video resolution (240, 360, 720 ...)' | 3944 | description: 'Video resolution (240, 360, 720, 1080, 1440 or 2160)' |
3945 | example: 240 | 3945 | example: 240 |
3946 | label: | 3946 | label: |
3947 | type: string | 3947 | type: string |
@@ -4829,6 +4829,8 @@ components: | |||
4829 | type: boolean | 4829 | type: boolean |
4830 | 1080p: | 4830 | 1080p: |
4831 | type: boolean | 4831 | type: boolean |
4832 | 1440p: | ||
4833 | type: boolean | ||
4832 | 2160p: | 4834 | 2160p: |
4833 | type: boolean | 4835 | type: boolean |
4834 | hls: | 4836 | hls: |