mirror of https://github.com/Chocobozzz/PeerTube
parent
65cb01a252
commit
c76ecc3ff7
|
@ -2309,6 +2309,12 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
total:
|
||||||
|
type: integer
|
||||||
|
example: 1
|
||||||
|
data:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/AbuseMessage'
|
$ref: '#/components/schemas/AbuseMessage'
|
||||||
|
|
Loading…
Reference in New Issue