Index: discovery/googleapis/identitytoolkit__v3.json |
diff --git a/discovery/googleapis/identitytoolkit__v3.json b/discovery/googleapis/identitytoolkit__v3.json |
index 7960170fc3e66a41468244b42d6385060391c979..994f8dae5bbe58bfbaa2fe43c1fc41fa95fd9f84 100644 |
--- a/discovery/googleapis/identitytoolkit__v3.json |
+++ b/discovery/googleapis/identitytoolkit__v3.json |
@@ -18,7 +18,7 @@ |
"description": "Help the third party sites to implement federated login.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/identity-toolkit/v3/", |
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/mRP2pwjx8HZNSfXtE0G7azflT_U\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/UEEkETf0vZtePxQ-d6aevRNtFfM\"", |
"icons": { |
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", |
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" |
@@ -340,7 +340,7 @@ |
} |
} |
}, |
- "revision": "20170425", |
+ "revision": "20170712", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"CreateAuthUriResponse": { |
@@ -649,6 +649,13 @@ |
"type": "string" |
}, |
"type": "array" |
+ }, |
+ "phoneNumber": { |
+ "description": "Privileged caller can query users by specified phone number.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
} |
}, |
"type": "object" |
@@ -821,6 +828,10 @@ |
"description": "The new password of the user.", |
"type": "string" |
}, |
+ "phoneNumber": { |
+ "description": "Privileged caller can update user with specified phone number.", |
+ "type": "string" |
+ }, |
"photoUrl": { |
"description": "The photo url of the user.", |
"type": "string" |
@@ -987,6 +998,10 @@ |
"description": "The new password of the user.", |
"type": "string" |
}, |
+ "phoneNumber": { |
+ "description": "Privileged caller can create user with specified phone number.", |
+ "type": "string" |
+ }, |
"photoUrl": { |
"description": "The photo url of the user.", |
"type": "string" |