Fix video channel list api

pull/5487/head
Chocobozzz 2021-04-08 14:53:03 +02:00
parent 083328eb27
commit 8004469c0a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 8 additions and 3 deletions

View File

@ -2526,6 +2526,11 @@ paths:
content:
application/json:
schema:
properties:
total:
type: integer
example: 1
data:
type: array
items:
$ref: '#/components/schemas/VideoChannel'