We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7385f67 commit 3f890b0Copy full SHA for 3f890b0
api-template.yaml
@@ -214,6 +214,17 @@ Resources:
214
type: string
215
created_at:
216
type: integer
217
+ MeArticlesFraudCreate:
218
+ type: object
219
+ properties:
220
+ reason:
221
+ type: string
222
+ plagiarism_url:
223
224
+ plagiarism_description:
225
226
+ illegal_content:
227
228
paths:
229
/search/articles:
230
get:
@@ -883,6 +894,11 @@ Resources:
883
894
description: '対象記事の指定するために使用'
884
895
required: true
885
896
type: 'string'
897
+ - name: 'FraudContents'
898
+ in: 'body'
899
+ description: '違反報告の内容'
900
+ schema:
901
+ $ref: '#/definitions/MeArticlesFraudCreate'
886
902
responses:
887
903
'200':
888
904
description: '不正報告の実施成功'
0 commit comments