Skip to content

Commit 9d13bae

Browse files
docs: add "UserTotalPlaytime" to json response for API_GetGameInfoAndUserProgress (#92)
1 parent ebb8756 commit 9d13bae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/v1/get-game-info-and-user-progress.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ if (response is NetworkResponse.Success) {
128128
"NumDistinctPlayersHardcore": 27080,
129129
"UserCompletion": "100.00%",
130130
"UserCompletionHardcore": "100.00%",
131+
"UserTotalPlaytime": 60,
131132
"HighestAwardKind": "mastered",
132133
"HighestAwardDate": "2024-04-23T21:28:49+00:00"
133134
}
@@ -186,6 +187,7 @@ if (response is NetworkResponse.Success) {
186187
"numAwardedToUserHardcore": 4,
187188
"userCompletion": "12.00%",
188189
"userCompletionHardcore": "12.00%",
190+
"userTotalPlaytime": 60,
189191
"highestAwardKind": "mastered",
190192
"highestAwardDate": "2024-04-23T21:28:49+00:00"
191193
}

0 commit comments

Comments
 (0)