mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(api-update): to latest
Using `make update-json`, all json descriptions have been update. Quite interesting to see that there are plenty of new ones which are giving 404 when queried. An actual bug, or something I should look into ?
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Bj5fQ_zHjihg0GNq6kcI72CKzds\"",
|
||||
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/tVkq2fforoBT9yvJW6dzQX6ja6Q\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "admin:directory_v1",
|
||||
"name": "admin",
|
||||
"canonicalName": "directory",
|
||||
"version": "directory_v1",
|
||||
"revision": "20160323",
|
||||
"revision": "20160824",
|
||||
"title": "Admin Directory API",
|
||||
"description": "The Admin SDK Directory API lets you view and manage enterprise resources such as users and groups, administrative notifications, security features, and more.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -193,7 +193,7 @@
|
||||
"type": "array",
|
||||
"description": "List of alias objects.",
|
||||
"items": {
|
||||
"$ref": "Alias"
|
||||
"type": "any"
|
||||
}
|
||||
},
|
||||
"etag": {
|
||||
@@ -890,6 +890,10 @@
|
||||
"type": "string",
|
||||
"description": "Role of member"
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Status of member (Immutable)"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type of member (Immutable)"
|
||||
@@ -2682,7 +2686,7 @@
|
||||
"id": "directory.customers.get",
|
||||
"path": "customers/{customerKey}",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrives a customer.",
|
||||
"description": "Retrieves a customer.",
|
||||
"parameters": {
|
||||
"customerKey": {
|
||||
"type": "string",
|
||||
@@ -2906,7 +2910,7 @@
|
||||
"id": "directory.domains.get",
|
||||
"path": "customer/{customer}/domains/{domainName}",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrives a domain of the customer.",
|
||||
"description": "Retrieves a domain of the customer.",
|
||||
"parameters": {
|
||||
"customer": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user