Update openapi.yaml

This commit is contained in:
worldofiptvcom
2025-12-15 15:48:50 +03:00
parent e19cabc589
commit d5249e0771
+34 -18
View File
@@ -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,21 +1393,28 @@ 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
last_active:
type: integer
nullable: true
recordsTotal:
type: string
description: Total number of records
recordsFiltered:
type: string
description: Number of filtered records
example: example:
status: "STATUS_SUCCESS"
data:
- id: "1" - id: "1"
member_id: "1" member_id: "1"
last_activity: "469856"
last_activity_array: "{\"date_end\":1765802281,\"stream_id\":206}"
username: "jhgsdf22" username: "jhgsdf22"
password: "EfuBzGCmeg" password: "EfuBzGCmeg"
exp_date: null exp_date: null
@@ -1408,33 +1422,35 @@ paths:
is_restreamer: "1" is_restreamer: "1"
enabled: "1" enabled: "1"
admin_notes: null admin_notes: null
reseller_notes: "VIP Package - 430 EUR/month" reseller_notes: "WOI User: jhgsdf22\nSkyFull - 250 Euro/month\nAdult - 180 Euro/month\n\n430 Euro/month"
max_connections: "180" max_connections: "180"
is_trial: "0" is_trial: "0"
active_connections: 1 active_connections: 0
owner_name: "redhat@woi" owner_name: "redhat@woi"
last_activity: "469747" stream_display_name: null
last_active: 1765799712 stream_id: 206
stream_display_name: "Adult Channel 2" last_active: 1765802281
stream_id: 201 - id: "8"
- id: "2"
member_id: "1" member_id: "1"
username: "zzzzzzzz" last_activity: null
password: "zzzzzzzz1" last_activity_array: null
username: "test"
password: "helloworld"
exp_date: null exp_date: null
admin_enabled: "1" admin_enabled: "1"
is_restreamer: "0" is_restreamer: "0"
enabled: "1" enabled: "1"
admin_notes: null admin_notes: null
reseller_notes: null reseller_notes: null
max_connections: "5" max_connections: "1"
is_trial: "0" is_trial: "0"
active_connections: 0 active_connections: 0
owner_name: "redhat@woi" owner_name: "redhat@woi"
last_activity: null
last_active: null
stream_display_name: null stream_display_name: null
stream_id: null stream_id: null
last_active: null
recordsTotal: "4"
recordsFiltered: "4"
/?action=create_line: /?action=create_line:
post: post: