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
|
||||
viewersPeak:
|
||||
type: number
|
||||
totalViewers:
|
||||
type: number
|
||||
viewersPeakDate:
|
||||
type: string
|
||||
format: date-time
|
||||
|
@ -9397,6 +9399,15 @@ components:
|
|||
type: string
|
||||
viewers:
|
||||
type: number
|
||||
subdivisions:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
viewers:
|
||||
type: number
|
||||
|
||||
VideoStatsUserAgentDevice:
|
||||
enum:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue