aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/openapi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r--support/doc/api/openapi.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 74d5c608c..3f9fcd08b 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -2236,8 +2236,18 @@ paths:
2236 required: 2236 required:
2237 - reason 2237 - reason
2238 responses: 2238 responses:
2239 '204': 2239 '200':
2240 description: successful operation 2240 description: successful operation
2241 content:
2242 application/json:
2243 schema:
2244 type: object
2245 properties:
2246 abuse:
2247 type: object
2248 properties:
2249 id:
2250 $ref: '#/components/schemas/id'
2241 '400': 2251 '400':
2242 description: incorrect request parameters 2252 description: incorrect request parameters
2243 '/abuses/{abuseId}': 2253 '/abuses/{abuseId}':