Adding POST /api/v1/reports API, and a UI for submitting reports
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
object @report
|
||||
attributes :id, :action_taken
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
object @report
|
||||
attributes :id, :action_taken
|
||||