Update openapi.yaml
This commit is contained in:
+59
-43
@@ -1359,6 +1359,13 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
member_id:
|
member_id:
|
||||||
type: string
|
type: string
|
||||||
|
last_activity:
|
||||||
|
type: string
|
||||||
|
nullable: true
|
||||||
|
last_activity_array:
|
||||||
|
type: string
|
||||||
|
nullable: true
|
||||||
|
description: JSON object string with last activity details
|
||||||
username:
|
username:
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
@@ -1386,55 +1393,64 @@ paths:
|
|||||||
type: integer
|
type: integer
|
||||||
owner_name:
|
owner_name:
|
||||||
type: string
|
type: string
|
||||||
last_activity:
|
|
||||||
type: string
|
|
||||||
nullable: true
|
|
||||||
last_active:
|
|
||||||
type: integer
|
|
||||||
nullable: true
|
|
||||||
stream_display_name:
|
stream_display_name:
|
||||||
type: string
|
type: string
|
||||||
nullable: true
|
nullable: true
|
||||||
stream_id:
|
stream_id:
|
||||||
type: integer
|
type: integer
|
||||||
nullable: true
|
nullable: true
|
||||||
example:
|
last_active:
|
||||||
- id: "1"
|
type: integer
|
||||||
member_id: "1"
|
nullable: true
|
||||||
username: "jhgsdf22"
|
recordsTotal:
|
||||||
password: "EfuBzGCmeg"
|
type: string
|
||||||
exp_date: null
|
description: Total number of records
|
||||||
admin_enabled: "1"
|
recordsFiltered:
|
||||||
is_restreamer: "1"
|
type: string
|
||||||
enabled: "1"
|
description: Number of filtered records
|
||||||
admin_notes: null
|
example:
|
||||||
reseller_notes: "VIP Package - 430 EUR/month"
|
status: "STATUS_SUCCESS"
|
||||||
max_connections: "180"
|
data:
|
||||||
is_trial: "0"
|
- id: "1"
|
||||||
active_connections: 1
|
member_id: "1"
|
||||||
owner_name: "redhat@woi"
|
last_activity: "469856"
|
||||||
last_activity: "469747"
|
last_activity_array: "{\"date_end\":1765802281,\"stream_id\":206}"
|
||||||
last_active: 1765799712
|
username: "jhgsdf22"
|
||||||
stream_display_name: "Adult Channel 2"
|
password: "EfuBzGCmeg"
|
||||||
stream_id: 201
|
exp_date: null
|
||||||
- id: "2"
|
admin_enabled: "1"
|
||||||
member_id: "1"
|
is_restreamer: "1"
|
||||||
username: "zzzzzzzz"
|
enabled: "1"
|
||||||
password: "zzzzzzzz1"
|
admin_notes: null
|
||||||
exp_date: null
|
reseller_notes: "WOI User: jhgsdf22\nSkyFull - 250 Euro/month\nAdult - 180 Euro/month\n\n430 Euro/month"
|
||||||
admin_enabled: "1"
|
max_connections: "180"
|
||||||
is_restreamer: "0"
|
is_trial: "0"
|
||||||
enabled: "1"
|
active_connections: 0
|
||||||
admin_notes: null
|
owner_name: "redhat@woi"
|
||||||
reseller_notes: null
|
stream_display_name: null
|
||||||
max_connections: "5"
|
stream_id: 206
|
||||||
is_trial: "0"
|
last_active: 1765802281
|
||||||
active_connections: 0
|
- id: "8"
|
||||||
owner_name: "redhat@woi"
|
member_id: "1"
|
||||||
last_activity: null
|
last_activity: null
|
||||||
last_active: null
|
last_activity_array: null
|
||||||
stream_display_name: null
|
username: "test"
|
||||||
stream_id: null
|
password: "helloworld"
|
||||||
|
exp_date: null
|
||||||
|
admin_enabled: "1"
|
||||||
|
is_restreamer: "0"
|
||||||
|
enabled: "1"
|
||||||
|
admin_notes: null
|
||||||
|
reseller_notes: null
|
||||||
|
max_connections: "1"
|
||||||
|
is_trial: "0"
|
||||||
|
active_connections: 0
|
||||||
|
owner_name: "redhat@woi"
|
||||||
|
stream_display_name: null
|
||||||
|
stream_id: null
|
||||||
|
last_active: null
|
||||||
|
recordsTotal: "4"
|
||||||
|
recordsFiltered: "4"
|
||||||
|
|
||||||
/?action=create_line:
|
/?action=create_line:
|
||||||
post:
|
post:
|
||||||
|
|||||||
Reference in New Issue
Block a user