-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Description
Create a reports service. This service will be used to manage user reports on content.
APIs
Reports service shall contain following APIs
POST /reports/:report_id
Create report, this
POST /reports/:report_id/flag
Flag a report by moderator. This API can only be used by users with moderator role.
POST /reports/:report_id/ban
Ban the reported item. This operation can only be done by moderators.
POST /reports/:report_id/ban
Set status of report to resolved without banning/deleting/flagging.