diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-09 14:10:23 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-09 14:11:39 +0100 |
commit | 205ed5b7dcc4ac8b1bc9a02ff2201261c5075633 (patch) | |
tree | bbdc4cda7cf2814c59999153eefc87700a8b47ae /support/doc | |
parent | f44a284a3e863cac144d1675208a38422ac0fc8c (diff) | |
download | PeerTube-205ed5b7dcc4ac8b1bc9a02ff2201261c5075633.tar.gz PeerTube-205ed5b7dcc4ac8b1bc9a02ff2201261c5075633.tar.zst PeerTube-205ed5b7dcc4ac8b1bc9a02ff2201261c5075633.zip |
Add video caption upload documentation and improve error message
fixes #2038
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
1292 | format: binary | 1292 | format: binary |
1293 | encoding: | 1293 | encoding: |
1294 | captionfile: | 1294 | captionfile: |
1295 | contentType: text/vtt, application/x-subrip | 1295 | contentType: text/vtt, application/x-subrip, text/plain |
1296 | responses: | 1296 | responses: |
1297 | '204': | 1297 | '204': |
1298 | $ref: '#/paths/~1users~1me/put/responses/204' | 1298 | $ref: '#/paths/~1users~1me/put/responses/204' |