Switch upload-> update, switch damage to be a float, we can make better adjustments tomorrow and get rank wrapped up

This commit is contained in:
2021-11-07 02:34:18 -05:00
parent aa3a2cb4f4
commit e232accdb1
4 changed files with 5 additions and 5 deletions

View File

@@ -130,7 +130,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"upload\",\n \"rank_type\": \"S\",\n \"steamid\": \"123\",\n \"userid\": \"12345\",\n \"username\": \"debug\",\n \"version\": \"S8\",\n \"wave\": 5,\n \"damage\": 5,\n \"card1\": \"debug\"\n}",
"raw": "{\n \"method\": \"update\",\n \"rank_type\": \"S\",\n \"steamid\": \"123\",\n \"userid\": \"12345\",\n \"username\": \"debug\",\n \"version\": \"S8\",\n \"wave\": 5,\n \"damage\": 5,\n \"card1\": \"debug\"\n}",
"options": {
"raw": {
"language": "json"