Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: discovery/googleapis/games__v1.json

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/gamesManagement__v1management.json ('k') | discovery/googleapis/genomics__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/games__v1.json
diff --git a/discovery/googleapis/games__v1.json b/discovery/googleapis/games__v1.json
index bd4ccaabdb75b1c414e2a4507185a6fe5b7c8551..d84a3b2f2416dbc2d7eb46173647d86ac0abfa9c 100644
--- a/discovery/googleapis/games__v1.json
+++ b/discovery/googleapis/games__v1.json
@@ -9,7 +9,7 @@
"description": "Share your Google+ profile information and view and manage your game activity"
},
"https://www.googleapis.com/auth/plus.login": {
- "description": "Know your basic profile info and list of people in your circles."
+ "description": "Know the list of people in your circles, your age range, and language"
}
}
}
@@ -21,7 +21,7 @@
"description": "The API for Google Play Game Services.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/games/services/",
- "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/dadzq60iAtGqkBsDw6XsI82tB8k\"",
+ "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/lPnD-E3rEJMKwYh9r_wAysihPdo\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -1221,11 +1221,13 @@
"description": "The collection of scores you're requesting.",
"enum": [
"PUBLIC",
- "SOCIAL"
+ "SOCIAL",
+ "SOCIAL_1P"
],
"enumDescriptions": [
"List all scores in the public leaderboard.",
- "List only social scores."
+ "List only social scores.",
+ "List only social scores, not respecting the fACL."
],
"location": "path",
"required": true,
@@ -1295,11 +1297,13 @@
"description": "The collection of scores you're requesting.",
"enum": [
"PUBLIC",
- "SOCIAL"
+ "SOCIAL",
+ "SOCIAL_1P"
],
"enumDescriptions": [
"List all scores in the public leaderboard.",
- "List only social scores."
+ "List only social scores.",
+ "List only social scores, not respecting the fACL."
],
"location": "path",
"required": true,
@@ -1935,7 +1939,7 @@
}
}
},
- "revision": "20160126",
+ "revision": "20160309",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AchievementDefinition": {
@@ -2038,7 +2042,7 @@
"type": "string"
},
"newlyUnlocked": {
- "description": "Whether the the current steps for the achievement has reached the number of steps required to unlock.",
+ "description": "Whether the current steps for the achievement has reached the number of steps required to unlock.",
"type": "boolean"
}
},
@@ -2344,6 +2348,10 @@
"description": "This is a JSON template for a third party application verification response resource.",
"id": "ApplicationVerifyResponse",
"properties": {
+ "alternate_player_id": {
+ "description": "An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)",
+ "type": "string"
+ },
"kind": {
"default": "games#applicationVerifyResponse",
"description": "Uniquely identifies the type of this resource. Value is always the fixed string games#applicationVerifyResponse.",
« no previous file with comments | « discovery/googleapis/gamesManagement__v1management.json ('k') | discovery/googleapis/genomics__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698