Add view sessionId doc

This commit is contained in:
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

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: