diff --git a/docs/v1/get-achievement-of-the-week.md b/docs/v1/get-achievement-of-the-week.md index 3f1b563..e5c978c 100644 --- a/docs/v1/get-achievement-of-the-week.md +++ b/docs/v1/get-achievement-of-the-week.md @@ -79,8 +79,8 @@ if (response is NetworkResponse.Success) { "TrueRatio": 11, "Type": null, "Author": "StingX2", - "DateCreated": "2021-10-16 23:53:32", - "DateModified": "2021-10-17 19:26:09" + "DateCreated": "2021-10-16", + "DateModified": "2021-10-17" }, "Console": { "ID": 3, diff --git a/docs/v1/get-game-extended.md b/docs/v1/get-game-extended.md index 6e05760..5af10b9 100644 --- a/docs/v1/get-game-extended.md +++ b/docs/v1/get-game-extended.md @@ -22,7 +22,6 @@ Most of this data can be found on the game page, for example, [Sonic the Hedgeho | Name | Required? | Description | | :--- | :-------- | :---------------------------------------------------------------- | -| `z` | Yes | Your username. | | `y` | Yes | Your web API key. | | `i` | Yes | The target game ID. | | `f` | | Defaults to 3. Set to 5 to see Unofficial / demoted achievements. | @@ -87,9 +86,9 @@ if (response is NetworkResponse.Success) { "Publisher": "", "Developer": "", "Genre": "", - "Released": "1992-06-02 00:00:00", + "Released": "1992-06-02", "ReleasedAtGranularity": "day", - "IsFinal": 0, + "IsFinal": false, // this field is deprecated, and will always return false "RichPresencePatch": "cce60593880d25c97797446ed33eaffb", "GuideURL": null, "Updated": "2023-12-27T13:51:14.000000Z", diff --git a/docs/v1/get-game-info-and-user-progress.md b/docs/v1/get-game-info-and-user-progress.md index 8c899b3..d5bb377 100644 --- a/docs/v1/get-game-info-and-user-progress.md +++ b/docs/v1/get-game-info-and-user-progress.md @@ -16,7 +16,6 @@ A call to this endpoint will retrieve extended metadata about a game, in additio | Name | Required? | Description | | :--- | :-------- | :----------------------------------------------------------------- | -| `z` | Yes | Your username. | | `y` | Yes | Your web API key. | | `u` | Yes | The target username. | | `g` | Yes | The target game ID. | diff --git a/docs/v1/get-user-summary.md b/docs/v1/get-user-summary.md index e2af9e4..aa28758 100644 --- a/docs/v1/get-user-summary.md +++ b/docs/v1/get-user-summary.md @@ -176,7 +176,8 @@ if (response is NetworkResponse.Success) { "Publisher": "Falcon", "Developer": "Falcon", "Genre": "2D Platforming, Arcade", - "Released": "1981", + "Released": "1981-01-01", + "ReleasedAtGranularity": "year", "IsFinal": 0 }, "UserPic": "/UserPic/xelnia.png",