From bfbdfc584a4f0cd078fc159b2eb59e872873f592 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 5 Apr 2022 14:56:28 +0200 Subject: Add event doc to view endpoint --- support/doc/api/openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'support/doc/api') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 7b8461c72..407f3eb10 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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: -- cgit v1.2.3