Skip to content

Commit

Permalink
fix(smartdevicemanagement): update the API
Browse files Browse the repository at this point in the history
#### smartdevicemanagement:v1

The following keys were changed:
- schemas.GoogleHomeEnterpriseSdmV1ParentRelation.description
  • Loading branch information
yoshi-automation authored and sofisl committed Mar 10, 2021
1 parent dec09a5 commit f2abbd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/smartdevicemanagement-v1.json
Expand Up @@ -345,7 +345,7 @@
}
}
},
"revision": "20201022",
"revision": "20210224",
"rootUrl": "https://smartdevicemanagement.googleapis.com/",
"schemas": {
"GoogleHomeEnterpriseSdmV1Device": {
Expand Down Expand Up @@ -469,7 +469,7 @@
"type": "object"
},
"GoogleHomeEnterpriseSdmV1ParentRelation": {
"description": "Represents device relationships, for instance, structure/room to which the device is assigned to. For now this is only filled in the enterprise flow.",
"description": "Represents device relationships, for instance, structure/room to which the device is assigned to.",
"id": "GoogleHomeEnterpriseSdmV1ParentRelation",
"properties": {
"displayName": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/smartdevicemanagement/v1.ts
Expand Up @@ -208,7 +208,7 @@ export namespace smartdevicemanagement_v1 {
structures?: Schema$GoogleHomeEnterpriseSdmV1Structure[];
}
/**
* Represents device relationships, for instance, structure/room to which the device is assigned to. For now this is only filled in the enterprise flow.
* Represents device relationships, for instance, structure/room to which the device is assigned to.
*/
export interface Schema$GoogleHomeEnterpriseSdmV1ParentRelation {
/**
Expand Down

0 comments on commit f2abbd4

Please sign in to comment.