Skip to content

Commit

Permalink
add RASoftcorePoints to GetAchievementUnlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ioslife committed Jun 12, 2024
1 parent 4bda5d5 commit 6011605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/v1/get-achievement-unlocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ if (response is NetworkResponse.Success) {
{
"User": "vipotaenko02",
"RAPoints": 0,
"RASoftcorePoints": 0,
"DateAwarded": "2023-10-27T00:19:05.000000Z",
"HardcoreMode": 0
}
Expand Down Expand Up @@ -129,6 +130,7 @@ if (response is NetworkResponse.Success) {
{
"user": "vipotaenko02",
"raPoints": 0,
"raSoftcorePoints": 0,
"dateAwarded": "2023-10-27T00:19:05.000000Z",
"hardcoreMode": false
}
Expand Down

0 comments on commit 6011605

Please sign in to comment.