diff options
-rw-r--r-- | support/doc/api/openapi.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 3f9fcd08b..fc62f95bb 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2309,9 +2309,15 @@ paths: | |||
2309 | content: | 2309 | content: |
2310 | application/json: | 2310 | application/json: |
2311 | schema: | 2311 | schema: |
2312 | type: array | 2312 | type: object |
2313 | items: | 2313 | properties: |
2314 | $ref: '#/components/schemas/AbuseMessage' | 2314 | total: |
2315 | type: integer | ||
2316 | example: 1 | ||
2317 | data: | ||
2318 | type: array | ||
2319 | items: | ||
2320 | $ref: '#/components/schemas/AbuseMessage' | ||
2315 | 2321 | ||
2316 | post: | 2322 | post: |
2317 | summary: Add message to an abuse | 2323 | summary: Add message to an abuse |