mirror of https://github.com/Chocobozzz/PeerTube
Fix list registrations api doc
parent
3290f30c5b
commit
aaaaa0090e
|
@ -2215,8 +2215,20 @@ paths:
|
||||||
- state
|
- state
|
||||||
- -state
|
- -state
|
||||||
responses:
|
responses:
|
||||||
'204':
|
'200':
|
||||||
description: successful operation
|
description: successful operation
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
total:
|
||||||
|
type: integer
|
||||||
|
example: 1
|
||||||
|
data:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/UserRegistration'
|
||||||
|
|
||||||
/api/v1/videos/ownership:
|
/api/v1/videos/ownership:
|
||||||
get:
|
get:
|
||||||
|
|
Loading…
Reference in New Issue