parent
65cb01a252
commit
c76ecc3ff7
1 changed files with 9 additions and 3 deletions
|
@ -2309,9 +2309,15 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/AbuseMessage'
|
||||
type: object
|
||||
properties:
|
||||
total:
|
||||
type: integer
|
||||
example: 1
|
||||
data:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/AbuseMessage'
|
||||
|
||||
post:
|
||||
summary: Add message to an abuse
|
||||
|
|
Loading…
Reference in a new issue