From 06bcfbd9f715055f2f00bb66149b1dba926d007a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 14 Jan 2020 23:34:03 +0100 Subject: Downsample to the closest divisor standard framerate --- support/doc/api/openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'support/doc') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 43718e2a1..907187e4c 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -977,6 +977,12 @@ paths: application/json: schema: $ref: '#/components/schemas/VideoUploadResponse' + '403': + description: 'The user video quota is exceeded with this video.' + '408': + description: 'Upload has timed out' + '422': + description: 'Invalid input file.' requestBody: content: multipart/form-data: -- cgit v1.2.3