diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-03 08:59:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-03 08:59:41 +0200 |
commit | fcc4466e7cbf3e1ded059472a972ba37f5c68087 (patch) | |
tree | b2344b5a4a8e0d3318810078d17c027e8a54d823 /support/doc/api | |
parent | 7a09c3007a0b0ce317ca0c76948ca9c4712933dc (diff) | |
download | PeerTube-fcc4466e7cbf3e1ded059472a972ba37f5c68087.tar.gz PeerTube-fcc4466e7cbf3e1ded059472a972ba37f5c68087.tar.zst PeerTube-fcc4466e7cbf3e1ded059472a972ba37f5c68087.zip |
Fix openapi schema
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
1705 | - OAuth2: [] | 1705 | - OAuth2: [] |
1706 | tags: | 1706 | tags: |
1707 | - Abuses | 1707 | - Abuses |
1708 | parameters: | ||
1709 | - $ref: '#/components/parameters/abuseId' | ||
1708 | requestBody: | 1710 | requestBody: |
1709 | required: true | 1711 | required: true |
1710 | content: | 1712 | content: |