Add subscription to my user
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
POST
/users/me/subscriptions
My Subscriptions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://peertube2.cpy.re/api/v1/users/me/subscriptions' \
--header 'Content-Type: application/json' \
--data-raw '{
"uri": "008a0e54-375d-49d0-8379-143202e24152@video.lqdn.fr"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2022-09-10 22:29:50