Add or replace a video caption
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
PUT
/videos/{id}/captions/{captionLanguage}
Video Captions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://peertube2.cpy.re/api/v1/videos//captions/'
Response Response Example
204 - Example 1
{}
Request
Path Params
id
stringÂ
required
captionLanguage
stringÂ
required
Body Params multipart/form-data
captionfile
fileÂ
optional
Responses
Modified at 2022-09-10 22:29:50