From fcc4466e7cbf3e1ded059472a972ba37f5c68087 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 Aug 2020 08:59:41 +0200 Subject: Fix openapi schema --- support/doc/api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/doc') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index ec2fe9155..7dc220c4e 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1705,6 +1705,8 @@ paths: - OAuth2: [] tags: - Abuses + parameters: + - $ref: '#/components/parameters/abuseId' requestBody: required: true content: -- cgit v1.2.3