- Abuses
- Accounts
- Video Channels
- Config
- Homepage
- Feeds
- Job
- Session
- Plugins
- Search
- Account Blocks
- Server Blocks
- Instance Follows
- List instances following the server
- Remove or reject a follower to your server
- Accept a pending follower to your server
- Reject a pending follower to your server
- List instances followed by the server
- Follow a list of actors (PeerTube instance, channel or account)
- Unfollow an actor (PeerTube instance, channel or account)
- Video Mirroring
- Instance Redundancy
- Users
- My User
- My History
- My Notifications
- My Subscriptions
- Video Playlists
- Videos
- Video
- List videos of a video channelGET
- List videosGET
- List available video categoriesGET
- Import a videoPOST
- List available video languagesGET
- List available video licencesGET
- List available video privacy policiesGET
- Upload a videoPOST
- Cancel the resumable upload of a video, deleting any data uploaded so farDELETE
- Initialize the resumable upload of a videoPOST
- Send chunk for the resumable upload of a videoPUT
- Delete a videoDELETE
- Get a videoGET
- Update a videoPUT
- Get complete video descriptionGET
- Add a view to a videoPOST
- Set watching progress of a videoPUT
- Video Blocks
- Live Videos
- Video Ownership Change
- Video Captions
- Video Comments
- Video Rates
Set watching progress of a video
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}/watching
Video
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://peertube2.cpy.re/api/v1/videos//watching' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentTime": 5
}'
Response Response Example
{}
Request
Path Params
id
stringÂ
required
Body Params application/json
currentTime
integerÂ
optional
Example:
5
Examples
Responses
🟢204successful operation
application/json
Body
object {0}
Modified at 2022-09-10 22:29:50