mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): update to latest version
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/I74wFQ2PdmMDOsAx2BuCGBOq9uQ\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/lgRkloFO1UVq7VPz42VZJlIBWaI\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "plus:v1",
|
||||
"name": "plus",
|
||||
"version": "v1",
|
||||
"revision": "20150719",
|
||||
"revision": "20151014",
|
||||
"title": "Google+ API",
|
||||
"description": "The Google+ API enables developers to build on top of the Google+ platform.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -119,6 +119,22 @@
|
||||
"type": "object",
|
||||
"description": "The person who performed this activity.",
|
||||
"properties": {
|
||||
"clientSpecificActorInfo": {
|
||||
"type": "object",
|
||||
"description": "Actor info specific to particular clients.",
|
||||
"properties": {
|
||||
"youtubeActorInfo": {
|
||||
"type": "object",
|
||||
"description": "Actor info specific to YouTube clients.",
|
||||
"properties": {
|
||||
"channelId": {
|
||||
"type": "string",
|
||||
"description": "ID of the YouTube channel owned by the Actor."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string",
|
||||
"description": "The name of the actor, suitable for display."
|
||||
@@ -154,6 +170,16 @@
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "The link to the actor's Google profile."
|
||||
},
|
||||
"verification": {
|
||||
"type": "object",
|
||||
"description": "Verification status of actor.",
|
||||
"properties": {
|
||||
"adHocVerified": {
|
||||
"type": "string",
|
||||
"description": "Verification for one-time or manual processes."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -198,6 +224,22 @@
|
||||
"type": "object",
|
||||
"description": "If this activity's object is itself another activity, such as when a person reshares an activity, this property specifies the original activity's actor.",
|
||||
"properties": {
|
||||
"clientSpecificActorInfo": {
|
||||
"type": "object",
|
||||
"description": "Actor info specific to particular clients.",
|
||||
"properties": {
|
||||
"youtubeActorInfo": {
|
||||
"type": "object",
|
||||
"description": "Actor info specific to YouTube clients.",
|
||||
"properties": {
|
||||
"channelId": {
|
||||
"type": "string",
|
||||
"description": "ID of the YouTube channel owned by the Actor."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string",
|
||||
"description": "The original actor's name, which is suitable for display."
|
||||
@@ -219,6 +261,16 @@
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "A link to the original actor's Google profile."
|
||||
},
|
||||
"verification": {
|
||||
"type": "object",
|
||||
"description": "Verification status of actor.",
|
||||
"properties": {
|
||||
"adHocVerified": {
|
||||
"type": "string",
|
||||
"description": "Verification for one-time or manual processes."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -522,6 +574,22 @@
|
||||
"type": "object",
|
||||
"description": "The person who posted this comment.",
|
||||
"properties": {
|
||||
"clientSpecificActorInfo": {
|
||||
"type": "object",
|
||||
"description": "Actor info specific to particular clients.",
|
||||
"properties": {
|
||||
"youtubeActorInfo": {
|
||||
"type": "object",
|
||||
"description": "Actor info specific to YouTube clients.",
|
||||
"properties": {
|
||||
"channelId": {
|
||||
"type": "string",
|
||||
"description": "ID of the YouTube channel owned by the Actor."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string",
|
||||
"description": "The name of this actor, suitable for display."
|
||||
@@ -543,6 +611,16 @@
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "A link to the Person resource for this actor."
|
||||
},
|
||||
"verification": {
|
||||
"type": "object",
|
||||
"description": "Verification status of actor.",
|
||||
"properties": {
|
||||
"adHocVerified": {
|
||||
"type": "string",
|
||||
"description": "Verification for one-time or manual processes."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1743,26 +1821,6 @@
|
||||
"https://www.googleapis.com/auth/plus.login",
|
||||
"https://www.googleapis.com/auth/plus.me"
|
||||
]
|
||||
},
|
||||
"remove": {
|
||||
"id": "plus.moments.remove",
|
||||
"path": "moments/{id}",
|
||||
"httpMethod": "DELETE",
|
||||
"description": "Delete a moment.",
|
||||
"parameters": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The ID of the moment to delete.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"id"
|
||||
],
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/plus.login"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user