diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-12 11:29:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-12 11:44:28 +0100 |
commit | 19a3b914f19812a082e2f47d31c66fb1d9771736 (patch) | |
tree | 7e60fbec3b4fff27e018682bd36c0d5e67aed228 /support/doc/api | |
parent | f2c3f7cd8a592ca1949e4f73717f17132a16c292 (diff) | |
download | PeerTube-19a3b914f19812a082e2f47d31c66fb1d9771736.tar.gz PeerTube-19a3b914f19812a082e2f47d31c66fb1d9771736.tar.zst PeerTube-19a3b914f19812a082e2f47d31c66fb1d9771736.zip |
Change video abuse API response
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index c67d8e477..99bf0fd2d 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1094,16 +1094,13 @@ definitions: | |||
1094 | type: number | 1094 | type: number |
1095 | reason: | 1095 | reason: |
1096 | type: string | 1096 | type: string |
1097 | reporterUsername: | 1097 | reporterAccount: |
1098 | type: string | 1098 | $ref: "#/definitions/Account" |
1099 | reporterServerHost: | 1099 | video: |
1100 | type: string | 1100 | id: number |
1101 | videoId: | 1101 | name: string |
1102 | type: number | 1102 | uuid: string |
1103 | videoUUID: | 1103 | url: string |
1104 | type: string | ||
1105 | videoName: | ||
1106 | type: string | ||
1107 | createdAt: | 1104 | createdAt: |
1108 | type: string | 1105 | type: string |
1109 | VideoBlacklist: | 1106 | VideoBlacklist: |