mirror of https://github.com/Chocobozzz/PeerTube
Fix video channel list api
parent
083328eb27
commit
8004469c0a
|
@ -2526,9 +2526,14 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: array
|
properties:
|
||||||
items:
|
total:
|
||||||
$ref: '#/components/schemas/VideoChannel'
|
type: integer
|
||||||
|
example: 1
|
||||||
|
data:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/VideoChannel'
|
||||||
'/accounts/{name}/ratings':
|
'/accounts/{name}/ratings':
|
||||||
get:
|
get:
|
||||||
summary: List ratings of an account
|
summary: List ratings of an account
|
||||||
|
|
Loading…
Reference in New Issue