mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add missing fields in openapi
This commit is contained in:
parent
a60eeeff60
commit
e399515941
1 changed files with 11 additions and 0 deletions
|
@ -9385,6 +9385,8 @@ components:
|
||||||
type: number
|
type: number
|
||||||
viewersPeak:
|
viewersPeak:
|
||||||
type: number
|
type: number
|
||||||
|
totalViewers:
|
||||||
|
type: number
|
||||||
viewersPeakDate:
|
viewersPeakDate:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
|
@ -9397,6 +9399,15 @@ components:
|
||||||
type: string
|
type: string
|
||||||
viewers:
|
viewers:
|
||||||
type: number
|
type: number
|
||||||
|
subdivisions:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
viewers:
|
||||||
|
type: number
|
||||||
|
|
||||||
VideoStatsUserAgentDevice:
|
VideoStatsUserAgentDevice:
|
||||||
enum:
|
enum:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue