Fix video channel list api

This commit is contained in:
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

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'