Skip to content

Commit

Permalink
fix(cloudidentity): update the API
Browse files Browse the repository at this point in the history
#### cloudidentity:v1beta1
The following keys were changed:
- resources.devices.methods.list.parameters.filter.description
- resources.devices.resources.deviceUsers.methods.list.parameters.filter.description

#### cloudidentity:v1
The following keys were changed:
- resources.devices.methods.list.parameters.filter.description
- resources.devices.resources.deviceUsers.methods.list.parameters.filter.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Nov 30, 2020
1 parent d5c6b27 commit 6c67605
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 203 deletions.
6 changes: 3 additions & 3 deletions discovery/cloudidentity-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"type": "string"
},
"filter": {
"description": "Optional. Additional restrictions when fetching list of devices. [Help Center article link](https://support.google.com/a/answer/7549103)",
"description": "Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to [Mobile device search fields](https://developers.google.com/admin-sdk/directory/v1/search-operators). Multiple search fields are separated by the space character.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -443,7 +443,7 @@
"type": "string"
},
"filter": {
"description": "Optional. Additional restrictions when fetching list of devices. [HC article](https://support.google.com/a/answer/7549103)",
"description": "Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to [Mobile device search fields](https://developers.google.com/admin-sdk/directory/v1/search-operators). Multiple search fields are separated by the space character.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1128,7 +1128,7 @@
}
}
},
"revision": "20201110",
"revision": "20201121",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"EntityKey": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/cloudidentity-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"type": "string"
},
"filter": {
"description": "Optional. Additional restrictions when fetching list of devices. [HC article link](https://support.google.com/a/answer/7549103)",
"description": "Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to [Mobile device search fields](https://developers.google.com/admin-sdk/directory/v1/search-operators). Multiple search fields are separated by the space character.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -437,7 +437,7 @@
"type": "string"
},
"filter": {
"description": "Optional. Additional restrictions when fetching list of devices. [HC article](https://support.google.com/a/answer/7549103)",
"description": "Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to [Mobile device search fields](https://developers.google.com/admin-sdk/directory/v1/search-operators). Multiple search fields are separated by the space character.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1221,7 +1221,7 @@
}
}
},
"revision": "20201110",
"revision": "20201121",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AndroidAttributes": {
Expand Down

0 comments on commit 6c67605

Please sign in to comment.