Report
Submit a Drop Report
Submit a Drop Report. You can use the reportHash in the response to recall the report in 24 hours after it has been submitted.
post/PenguinStats/api/v2/report
Request body
Example request
{
"drops": [
{
"itemId": "30013"
}
],
"server": "CN",
"source": "your-app-name",
"stageId": "main_01-07",
"version": "v0.0.0+0000000"
}Response
Report has been successfully submitted
Example response
{
"reportHash": "0522ce0083000000-1wE2I9dvMFXXzBMpSCYM81rJ0T3tLrAQ"
}Changes
Changed in 4 of the 24 revisions of this API.23
- ▲
removed the success response with the status
201response-success-status-removed
- ○
added the success response with the status
200response-success-status-added
- ▲
- ○
the endpoint scheme security
PenguinIDAuthwas added to the APIapi-security-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲