OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/games": { | 5 "https://www.googleapis.com/auth/games": { |
6 "description": "Share your Google+ profile information and v
iew and manage your game activity" | 6 "description": "Share your Google+ profile information and v
iew and manage your game activity" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/plus.login": { | 8 "https://www.googleapis.com/auth/plus.login": { |
9 "description": "Know your basic profile info and list of peo
ple in your circles." | 9 "description": "Know your basic profile info and list of peo
ple in your circles." |
10 } | 10 } |
11 } | 11 } |
12 } | 12 } |
13 }, | 13 }, |
14 "basePath": "/games/v1management/", | 14 "basePath": "/games/v1management/", |
15 "baseUrl": "https://www.googleapis.com/games/v1management/", | 15 "baseUrl": "https://www.googleapis.com/games/v1management/", |
16 "batchPath": "batch", | 16 "batchPath": "batch", |
17 "canonicalName": "Games Management", | 17 "canonicalName": "Games Management", |
18 "description": "The Management API for Google Play Game Services.", | 18 "description": "The Management API for Google Play Game Services.", |
19 "discoveryVersion": "v1", | 19 "discoveryVersion": "v1", |
20 "documentationLink": "https://developers.google.com/games/services", | 20 "documentationLink": "https://developers.google.com/games/services", |
21 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/SnsF096M9PHKlmCnRlQrCODnADg\"", | 21 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/IxsRVKhlHvQqb_TC5IIo_pE2aNs\"", |
22 "icons": { | 22 "icons": { |
23 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
24 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
25 }, | 25 }, |
26 "id": "gamesManagement:v1management", | 26 "id": "gamesManagement:v1management", |
27 "kind": "discovery#restDescription", | 27 "kind": "discovery#restDescription", |
28 "name": "gamesManagement", | 28 "name": "gamesManagement", |
29 "ownerDomain": "google.com", | 29 "ownerDomain": "google.com", |
30 "ownerName": "Google", | 30 "ownerName": "Google", |
31 "parameters": { | 31 "parameters": { |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "id": "gamesManagement.achievements.resetAll", | 107 "id": "gamesManagement.achievements.resetAll", |
108 "path": "achievements/reset", | 108 "path": "achievements/reset", |
109 "response": { | 109 "response": { |
110 "$ref": "AchievementResetAllResponse" | 110 "$ref": "AchievementResetAllResponse" |
111 }, | 111 }, |
112 "scopes": [ | 112 "scopes": [ |
113 "https://www.googleapis.com/auth/games", | 113 "https://www.googleapis.com/auth/games", |
114 "https://www.googleapis.com/auth/plus.login" | 114 "https://www.googleapis.com/auth/plus.login" |
115 ] | 115 ] |
116 }, | 116 }, |
| 117 "resetAllForAllPlayers": { |
| 118 "description": "Resets all draft achievements for all player
s. This method is only available to user accounts for your developer console.", |
| 119 "httpMethod": "POST", |
| 120 "id": "gamesManagement.achievements.resetAllForAllPlayers", |
| 121 "path": "achievements/resetAllForAllPlayers", |
| 122 "scopes": [ |
| 123 "https://www.googleapis.com/auth/games", |
| 124 "https://www.googleapis.com/auth/plus.login" |
| 125 ] |
| 126 }, |
117 "resetForAllPlayers": { | 127 "resetForAllPlayers": { |
118 "description": "Resets the achievement with the given ID for
the all players. This method is only available to user accounts for your develo
per console. Only draft achievements can be reset.", | 128 "description": "Resets the achievement with the given ID for
all players. This method is only available to user accounts for your developer
console. Only draft achievements can be reset.", |
119 "httpMethod": "POST", | 129 "httpMethod": "POST", |
120 "id": "gamesManagement.achievements.resetForAllPlayers", | 130 "id": "gamesManagement.achievements.resetForAllPlayers", |
121 "parameterOrder": [ | 131 "parameterOrder": [ |
122 "achievementId" | 132 "achievementId" |
123 ], | 133 ], |
124 "parameters": { | 134 "parameters": { |
125 "achievementId": { | 135 "achievementId": { |
126 "description": "The ID of the achievement used by th
is method.", | 136 "description": "The ID of the achievement used by th
is method.", |
127 "location": "path", | 137 "location": "path", |
128 "required": true, | 138 "required": true, |
129 "type": "string" | 139 "type": "string" |
130 } | 140 } |
131 }, | 141 }, |
132 "path": "achievements/{achievementId}/resetForAllPlayers", | 142 "path": "achievements/{achievementId}/resetForAllPlayers", |
133 "scopes": [ | 143 "scopes": [ |
134 "https://www.googleapis.com/auth/games", | 144 "https://www.googleapis.com/auth/games", |
135 "https://www.googleapis.com/auth/plus.login" | 145 "https://www.googleapis.com/auth/plus.login" |
136 ] | 146 ] |
| 147 }, |
| 148 "resetMultipleForAllPlayers": { |
| 149 "description": "Resets the achievement with the given IDs fo
r all players. This method is only available to user accounts for your developer
console. Only draft achievements may be reset.", |
| 150 "httpMethod": "POST", |
| 151 "id": "gamesManagement.achievements.resetMultipleForAllPlaye
rs", |
| 152 "path": "achievements/resetMultipleForAllPlayers", |
| 153 "request": { |
| 154 "$ref": "AchievementResetMultipleForAllRequest" |
| 155 }, |
| 156 "scopes": [ |
| 157 "https://www.googleapis.com/auth/games", |
| 158 "https://www.googleapis.com/auth/plus.login" |
| 159 ] |
137 } | 160 } |
138 } | 161 } |
139 }, | 162 }, |
140 "applications": { | 163 "applications": { |
141 "methods": { | 164 "methods": { |
142 "listHidden": { | 165 "listHidden": { |
143 "description": "Get the list of players hidden from the give
n application. This method is only available to user accounts for your developer
console.", | 166 "description": "Get the list of players hidden from the give
n application. This method is only available to user accounts for your developer
console.", |
144 "httpMethod": "GET", | 167 "httpMethod": "GET", |
145 "id": "gamesManagement.applications.listHidden", | 168 "id": "gamesManagement.applications.listHidden", |
146 "parameterOrder": [ | 169 "parameterOrder": [ |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 "id": "gamesManagement.turnBasedMatches.reset", | 413 "id": "gamesManagement.turnBasedMatches.reset", |
391 "path": "turnbasedmatches/reset", | 414 "path": "turnbasedmatches/reset", |
392 "scopes": [ | 415 "scopes": [ |
393 "https://www.googleapis.com/auth/games", | 416 "https://www.googleapis.com/auth/games", |
394 "https://www.googleapis.com/auth/plus.login" | 417 "https://www.googleapis.com/auth/plus.login" |
395 ] | 418 ] |
396 } | 419 } |
397 } | 420 } |
398 } | 421 } |
399 }, | 422 }, |
400 "revision": "20140918", | 423 "revision": "20141002", |
401 "rootUrl": "https://www.googleapis.com/", | 424 "rootUrl": "https://www.googleapis.com/", |
402 "schemas": { | 425 "schemas": { |
403 "AchievementResetAllResponse": { | 426 "AchievementResetAllResponse": { |
404 "description": "This is a JSON template for achievement reset all re
sponse.", | 427 "description": "This is a JSON template for achievement reset all re
sponse.", |
405 "id": "AchievementResetAllResponse", | 428 "id": "AchievementResetAllResponse", |
406 "properties": { | 429 "properties": { |
407 "kind": { | 430 "kind": { |
408 "default": "gamesManagement#achievementResetAllResponse", | 431 "default": "gamesManagement#achievementResetAllResponse", |
409 "description": "Uniquely identifies the type of this resourc
e. Value is always the fixed string gamesManagement#achievementResetAllResponse.
", | 432 "description": "Uniquely identifies the type of this resourc
e. Value is always the fixed string gamesManagement#achievementResetAllResponse.
", |
410 "type": "string" | 433 "type": "string" |
411 }, | 434 }, |
412 "results": { | 435 "results": { |
413 "description": "The achievement reset results.", | 436 "description": "The achievement reset results.", |
414 "items": { | 437 "items": { |
415 "$ref": "AchievementResetResponse" | 438 "$ref": "AchievementResetResponse" |
416 }, | 439 }, |
417 "type": "array" | 440 "type": "array" |
418 } | 441 } |
419 }, | 442 }, |
420 "type": "object" | 443 "type": "object" |
421 }, | 444 }, |
| 445 "AchievementResetMultipleForAllRequest": { |
| 446 "description": "This is a JSON template for multiple achievements re
set all request.", |
| 447 "id": "AchievementResetMultipleForAllRequest", |
| 448 "properties": { |
| 449 "achievement_ids": { |
| 450 "description": "The IDs of achievements to reset.", |
| 451 "items": { |
| 452 "type": "string" |
| 453 }, |
| 454 "type": "array" |
| 455 }, |
| 456 "kind": { |
| 457 "default": "gamesManagement#achievementResetMultipleForAllRe
quest", |
| 458 "description": "Uniquely identifies the type of this resourc
e. Value is always the fixed string gamesManagement#achievementResetMultipleForA
llRequest.", |
| 459 "type": "string" |
| 460 } |
| 461 }, |
| 462 "type": "object" |
| 463 }, |
422 "AchievementResetResponse": { | 464 "AchievementResetResponse": { |
423 "description": "This is a JSON template for an achievement reset res
ponse.", | 465 "description": "This is a JSON template for an achievement reset res
ponse.", |
424 "id": "AchievementResetResponse", | 466 "id": "AchievementResetResponse", |
425 "properties": { | 467 "properties": { |
426 "currentState": { | 468 "currentState": { |
427 "description": "The current state of the achievement. This i
s the same as the initial state of the achievement.\nPossible values are: \n- \
"HIDDEN\"- Achievement is hidden. \n- \"REVEALED\" - Achievement is revealed. \n
- \"UNLOCKED\" - Achievement is unlocked.", | 469 "description": "The current state of the achievement. This i
s the same as the initial state of the achievement.\nPossible values are: \n- \
"HIDDEN\"- Achievement is hidden. \n- \"REVEALED\" - Achievement is revealed. \n
- \"UNLOCKED\" - Achievement is unlocked.", |
428 "type": "string" | 470 "type": "string" |
429 }, | 471 }, |
430 "definitionId": { | 472 "definitionId": { |
431 "description": "The ID of an achievement for which player st
ate has been updated.", | 473 "description": "The ID of an achievement for which player st
ate has been updated.", |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 "type": "array" | 659 "type": "array" |
618 } | 660 } |
619 }, | 661 }, |
620 "type": "object" | 662 "type": "object" |
621 } | 663 } |
622 }, | 664 }, |
623 "servicePath": "games/v1management/", | 665 "servicePath": "games/v1management/", |
624 "title": "Google Play Game Services Management API", | 666 "title": "Google Play Game Services Management API", |
625 "version": "v1management" | 667 "version": "v1management" |
626 } | 668 } |
OLD | NEW |