aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json
diff options
context:
space:
mode:
Diffstat (limited to 'googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json')
-rw-r--r--googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json45
1 files changed, 44 insertions, 1 deletions
diff --git a/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json b/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json
index 3dd425bbe..e3216a96f 100644
--- a/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json
+++ b/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json
@@ -107,6 +107,49 @@
"resources": {
"customers": {
"methods": {
+ "create": {
+ "description": "Creates a new SAS customer.",
+ "flatPath": "v1alpha1/customers",
+ "httpMethod": "POST",
+ "id": "prod_tt_sasportal.customers.create",
+ "parameterOrder": [],
+ "parameters": {},
+ "path": "v1alpha1/customers",
+ "request": {
+ "$ref": "SasPortalCustomer"
+ },
+ "response": {
+ "$ref": "SasPortalCustomer"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/userinfo.email"
+ ]
+ },
+ "delete": {
+ "description": "Deletes a customer.",
+ "flatPath": "v1alpha1/customers/{customersId}",
+ "httpMethod": "DELETE",
+ "id": "prod_tt_sasportal.customers.delete",
+ "parameterOrder": [
+ "name"
+ ],
+ "parameters": {
+ "name": {
+ "description": "Required. The name of the customer.",
+ "location": "path",
+ "pattern": "^customers/[^/]+$",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "v1alpha1/{+name}",
+ "response": {
+ "$ref": "SasPortalEmpty"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/userinfo.email"
+ ]
+ },
"get": {
"description": "Returns a requested customer.",
"flatPath": "v1alpha1/customers/{customersId}",
@@ -2484,7 +2527,7 @@
}
}
},
- "revision": "20211117",
+ "revision": "20211203",
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
"schemas": {
"SasPortalAssignment": {