mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Add event doc to view endpoint
This commit is contained in:
@@ -6127,12 +6127,21 @@ components:
|
||||
type: string
|
||||
description: text or bio displayed on the account's profile
|
||||
UserViewingVideo:
|
||||
required:
|
||||
- currentTime
|
||||
properties:
|
||||
currentTime:
|
||||
type: integer
|
||||
format: seconds
|
||||
description: timestamp within the video, in seconds
|
||||
example: 5
|
||||
viewEvent:
|
||||
type: string
|
||||
enum:
|
||||
- seek
|
||||
description: >
|
||||
Event since last viewing call:
|
||||
* `seek` - If the user seeked the video
|
||||
|
||||
VideoStatsOverall:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user