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"
}