Update a video channel
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
/video-channels/{channelHandle}
Video Channels
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://peertube2.cpy.re/api/v1/video-channels/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Videos made with <3 by Framasoft",
"displayName": "Videos of Framasoft",
"support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
"bulkVideosSupportUpdate": true
}'
Response Response Example
{}
Request
Path Params
channelHandle
stringÂ
required
Body Params application/json
Responses
Modified at 2022-09-10 22:29:49