parent
ca98c8f844
commit
65cb01a252
1 changed files with 11 additions and 1 deletions
|
@ -2236,8 +2236,18 @@ paths:
|
|||
required:
|
||||
- reason
|
||||
responses:
|
||||
'204':
|
||||
'200':
|
||||
description: successful operation
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
abuse:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
$ref: '#/components/schemas/id'
|
||||
'400':
|
||||
description: incorrect request parameters
|
||||
'/abuses/{abuseId}':
|
||||
|
|
Loading…
Reference in a new issue