chore(update): all jsons; version-up

As we are now back to serde 0.6, the patch-level was upped too.
This commit is contained in:
Sebastian Thiel
2016-04-10 14:04:44 +02:00
parent d2c12c2964
commit 930ce6d5c2
107 changed files with 25620 additions and 733 deletions

View File

@@ -1,13 +1,13 @@
{
"kind": "discovery#restDescription",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/lcxvn8OaVzfbxI4Y934R1xQ9Q74\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/y7JmUhB0GIMusVTZY-o1OGZ6DZQ\"",
"discoveryVersion": "v1",
"id": "analytics:v3",
"name": "analytics",
"version": "v3",
"revision": "20160223",
"revision": "20160308",
"title": "Google Analytics API",
"description": "View and manage your Google Analytics data",
"description": "Views and manages your Google Analytics data.",
"ownerDomain": "google.com",
"ownerName": "Google",
"icons": {
@@ -147,6 +147,10 @@
"type": "string",
"description": "Link for this account."
},
"starred": {
"type": "boolean",
"description": "Indicates whether this account is starred or not."
},
"updated": {
"type": "string",
"description": "Time the account was last modified.",
@@ -242,6 +246,10 @@
"type": "string",
"description": "Account name."
},
"starred": {
"type": "boolean",
"description": "Indicates whether this account is starred or not."
},
"webProperties": {
"type": "array",
"description": "List of web properties under this account.",
@@ -2348,6 +2356,10 @@
"type": "string",
"description": "The site search query parameters for this view (profile)."
},
"starred": {
"type": "boolean",
"description": "Indicates whether this view (profile) is starred or not."
},
"stripSiteSearchCategoryParameters": {
"type": "boolean",
"description": "Whether or not Analytics will strip search category parameters from the URLs in your reports."
@@ -2516,6 +2528,10 @@
"type": "string",
"description": "View (profile) name."
},
"starred": {
"type": "boolean",
"description": "Indicates whether this view (profile) is starred or not."
},
"type": {
"type": "string",
"description": "View (Profile) type. Supported types: WEB or APP."
@@ -3133,6 +3149,10 @@
"$ref": "ProfileSummary"
}
},
"starred": {
"type": "boolean",
"description": "Indicates whether this web property is starred or not."
},
"websiteUrl": {
"type": "string",
"description": "Website url for this web property."
@@ -3288,6 +3308,10 @@
"description": "Link for this web property.",
"readOnly": true
},
"starred": {
"type": "boolean",
"description": "Indicates whether this web property is starred or not."
},
"updated": {
"type": "string",
"description": "Time this web property was last modified.",
@@ -4878,7 +4902,7 @@
"id": "analytics.management.goals.patch",
"path": "management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}",
"httpMethod": "PATCH",
"description": "Updates an existing view (profile). This method supports patch semantics.",
"description": "Updates an existing goal. This method supports patch semantics.",
"parameters": {
"accountId": {
"type": "string",
@@ -4925,7 +4949,7 @@
"id": "analytics.management.goals.update",
"path": "management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}",
"httpMethod": "PUT",
"description": "Updates an existing view (profile).",
"description": "Updates an existing goal.",
"parameters": {
"accountId": {
"type": "string",