Add view `sessionId` doc

pull/6346/head
Chocobozzz 2024-04-05 09:33:49 +02:00
parent 7163a1a044
commit b0ebb77197
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 7 additions and 0 deletions

View File

@ -8278,6 +8278,13 @@ components:
description: >
Event since last viewing call:
* `seek` - If the user seeked the video
sessionId:
type: string
description: >
Optional param to represent the current viewer session.
Used by the backend to properly count one view per session per video.
PeerTube admin can configure the server to not trust this `sessionId` parameter but use the request IP address instead to identify a viewer.
VideoStatsOverall:
properties: