Skip to content

Report a project, user, or version

POST
/report

Bring a project, user, or version to the attention of the moderators by reporting it.

Authorizations

Request Body

The report to be sent

object
report_type
required

The type of the report being sent

string
copyright
item_id
required

The ID of the item (project, version, or user) being reported

string
EEFFGGHH
item_type
required

The type of the item being reported

string
Allowed values: project user version
project
body
required

The extended explanation of the report

string
This is a reupload of my mod, AABBCCDD!

Responses

200

Expected response to a valid request

object
report_type
required

The type of the report being sent

string
copyright
item_id
required

The ID of the item (project, version, or user) being reported

string
EEFFGGHH
item_type
required

The type of the item being reported

string
Allowed values: project user version
project
body
required

The extended explanation of the report

string
This is a reupload of my mod, AABBCCDD!
id

The ID of the report

string
VVWWXXYY
reporter
required

The ID of the user who reported the item

string
UUVVWWXX
created
required

The time at which the report was created

string format: ISO-8601
closed
required

Whether the report is resolved

boolean
thread_id
required

The ID of the moderation thread associated with this report

string
TTUUVVWW

400

Request was invalid, see given error

object
error
required

The name of the error

string
invalid_input
description
required

The contents of the error

string
Error while parsing multipart payload

401

Incorrect token scopes or no authorization to access the requested item(s)

object
error
required

The name of the error

string
unauthorized
description
required

The contents of the error

string
Authentication Error: Invalid Authentication Credentials