Skip to content

Commit e3471e1

Browse files
docs: update IsFinal field for API_GetGameInfoAndUserProgress (#77)
1 parent 4052504 commit e3471e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if (response is NetworkResponse.Success) {
9292
"Genre": "",
9393
"Released": "1992-06-02 00:00:00",
9494
"ReleasedAtGranularity": "day",
95-
"IsFinal": 0,
95+
"IsFinal": false, // this field is deprecated, and will always return false
9696
"RichPresencePatch": "cce60593880d25c97797446ed33eaffb",
9797
"GuideURL": null,
9898
"ConsoleName": "Mega Drive",

0 commit comments

Comments
 (0)