mirror of https://github.com/Chocobozzz/PeerTube
Fix video channel list api
parent
083328eb27
commit
8004469c0a
|
@ -2526,6 +2526,11 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
properties:
|
||||
total:
|
||||
type: integer
|
||||
example: 1
|
||||
data:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/VideoChannel'
|
||||
|
|
Loading…
Reference in New Issue