diff --git a/docs/v1/get-user-profile.md b/docs/v1/get-user-profile.md index 2f502a0..3eed9eb 100644 --- a/docs/v1/get-user-profile.md +++ b/docs/v1/get-user-profile.md @@ -89,7 +89,7 @@ if (response is NetworkResponse.Success) { "Permissions": 1, "Untracked": 0, "ID": 16446, - "UserWallActive": true, + "UserWallActive": 1, "Motto": "Join me on Twitch! GameSquadSquad for live RA" } ``` @@ -110,7 +110,7 @@ if (response is NetworkResponse.Success) { "permissions": 1, "untracked": false, "id": 16446, - "userWallActive": true, + "userWallActive": 1, "motto": "Join me on Twitch! GameSquadSquad for live RA" } ``` diff --git a/docs/v1/get-user-summary.md b/docs/v1/get-user-summary.md index cbc72ec..d14379c 100644 --- a/docs/v1/get-user-summary.md +++ b/docs/v1/get-user-summary.md @@ -215,7 +215,7 @@ if (response is NetworkResponse.Success) { "permissions": 1, "untracked": false, "id": 224958, - "userWallActive": true, + "userWallActive": 1, "motto": "", "rank": 4616, "recentlyPlayedCount": 1,