Skip to content

Commit 5e08cf2

Browse files
authored
fix for the incorrect success type of update_player response (#7)
1 parent 48ea470 commit 5e08cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@
25172517
"type": "object",
25182518
"properties": {
25192519
"success": {
2520-
"type": "string"
2520+
"type": "boolean"
25212521
}
25222522
}
25232523
}

0 commit comments

Comments
 (0)