Commit 93849902f963bd6b0ce5aeacb24045ff833d1fc2

Authored by Esaú Freitas
1 parent 11c40773

incluido parametro "include_game" no metodo get_widget_data

Showing 1 changed file with 2 additions and 2 deletions
rest/Readme.md
... ... @@ -99,8 +99,8 @@ http[s]://service2.funifier.com/2.0.0/get_widget_data
99 99 - include_leaderboards: **boolean/Optional** - If value is true, the list of leaderboards will be loaded
100 100 - include_friends: **boolean/Optional** - If value is true, the list of friends will be loaded
101 101 - include_actions: **boolean/Optional** - If value is true, the list of actions will be loaded
102   - - include_points: **boolean/Optional** - If value is true, the list of points will be loaded
103   - - language: **int/Optional** - Set the default language in authentication
  102 + - include_points: **boolean/Optional** - If value is true, the list of points will be loaded
  103 + - include_game: **boolean/Optional** - If value is true, the game generic stats will be loaded
104 104 - callback: **String/Optional** - Use to callbacks in javascript
105 105  
106 106 # Example Response
... ...