Update my user information
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
/users/me
My User
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://peertube2.cpy.re/api/v1/users/me' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoPlayNextVideo": true,
"autoPlayNextVideoPlaylist": true,
"autoPlayVideo": true,
"currentPassword": "pa$$word",
"displayNSFW": "true",
"displayName": "string",
"email": {},
"noInstanceConfigWarningModal": true,
"noWelcomeModal": true,
"password": "pa$$word",
"theme": "string",
"videoLanguages": [
"string"
],
"videosHistoryEnabled": true,
"webTorrentEnabled": true
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2022-09-10 22:29:50