Skip to content

Commit 9d0aeb7

Browse files
authored
FIX examples containing UserWallActive as boolean instead of int (#103)
1 parent 6afb4ab commit 9d0aeb7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/v1/get-user-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if (response is NetworkResponse.Success) {
8989
"Permissions": 1,
9090
"Untracked": 0,
9191
"ID": 16446,
92-
"UserWallActive": true,
92+
"UserWallActive": 1,
9393
"Motto": "Join me on Twitch! GameSquadSquad for live RA"
9494
}
9595
```
@@ -110,7 +110,7 @@ if (response is NetworkResponse.Success) {
110110
"permissions": 1,
111111
"untracked": false,
112112
"id": 16446,
113-
"userWallActive": true,
113+
"userWallActive": 1,
114114
"motto": "Join me on Twitch! GameSquadSquad for live RA"
115115
}
116116
```

docs/v1/get-user-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if (response is NetworkResponse.Success) {
215215
"permissions": 1,
216216
"untracked": false,
217217
"id": 224958,
218-
"userWallActive": true,
218+
"userWallActive": 1,
219219
"motto": "",
220220
"rank": 4616,
221221
"recentlyPlayedCount": 1,

0 commit comments

Comments
 (0)