api: add available, availableTime, online, onlineTime properties (#5391)
these replace ready and readyTime and allow to monitor the new "always-available" feature.
This commit is contained in:
@@ -589,6 +589,16 @@ components:
|
||||
readyTime:
|
||||
type: string
|
||||
nullable: true
|
||||
available:
|
||||
type: boolean
|
||||
availableTime:
|
||||
type: string
|
||||
nullable: true
|
||||
online:
|
||||
type: boolean
|
||||
onlineTime:
|
||||
type: string
|
||||
nullable: true
|
||||
tracks:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user