From 205ed5b7dcc4ac8b1bc9a02ff2201261c5075633 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 9 Jan 2020 14:10:23 +0100 Subject: Add video caption upload documentation and improve error message fixes #2038 --- support/doc/api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/api/openapi.yaml') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index a193bebab..9c56bb27a 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1292,7 +1292,7 @@ paths: format: binary encoding: captionfile: - contentType: text/vtt, application/x-subrip + contentType: text/vtt, application/x-subrip, text/plain responses: '204': $ref: '#/paths/~1users~1me/put/responses/204' -- cgit v1.2.3