v1

latestOpenAPI 3.1.02026-07-22414856.3 KB
API

Add Player

Add a sniper to the Database

post/addsniper

Request body

custom_timestampstring
deletedboolean
deleted_reasonstring
evidencestring
locked_reportboolean
pending_verificationboolean
reasonstring
report_typestring
snowflakestring
uuidstring
verifiedboolean
verified_bystring
verified_idsstring[]
verified_reasonstring
verified_typestring

Example request

{
  "custom_timestamp": "(ADMIN) 2023-01-01T00:00:00Z",
  "deleted": true,
  "deleted_reason": "Account Sold",
  "evidence": "https://youtube.com/",
  "locked_report": true,
  "pending_verification": true,
  "reason": "Sniped bombies",
  "report_type": "sniping",
  "snowflake": "573210701607469059",
  "uuid": "4fa6e55b-d66a-43c6-949d-a5116ae2d39f",
  "verified": true,
  "verified_by": "573210701607469059",
  "verified_ids": [
    "[573210701607469059]"
  ],
  "verified_reason": "Cheating: bhop, killaura, scaffold",
  "verified_type": "STAFF"
}

Response

OK

custom_timestampstring
deletedboolean
deleted_reasonstring
evidencestring
locked_reportboolean
pending_verificationboolean
reasonstring
report_typestring
snowflakestring
uuidstring
verifiedboolean
verified_bystring
verified_idsstring[]
verified_reasonstring
verified_typestring

Example response

{
  "custom_timestamp": "(ADMIN) 2023-01-01T00:00:00Z",
  "deleted": true,
  "deleted_reason": "Account Sold",
  "evidence": "https://youtube.com/",
  "locked_report": true,
  "pending_verification": true,
  "reason": "Sniped bombies",
  "report_type": "sniping",
  "snowflake": "573210701607469059",
  "uuid": "4fa6e55b-d66a-43c6-949d-a5116ae2d39f",
  "verified": true,
  "verified_by": "573210701607469059",
  "verified_ids": [
    "[573210701607469059]"
  ],
  "verified_reason": "Cheating: bhop, killaura, scaffold",
  "verified_type": "STAFF"
}