Skip to content

Commit

Permalink
feat(androidmanagement): update the api
Browse files Browse the repository at this point in the history
#### androidmanagement:v1

The following keys were added:
- schemas.IssueCommandResponse (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jun 1, 2021
1 parent f903076 commit 8779902
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@
}
}
},
"revision": "20210510",
"revision": "20210524",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdvancedSecurityOverrides": {
Expand Down Expand Up @@ -2349,6 +2349,12 @@
},
"type": "object"
},
"IssueCommandResponse": {
"description": "Response on issuing a command. This is currently empty as a placeholder.",
"id": "IssueCommandResponse",
"properties": {},
"type": "object"
},
"KeyedAppState": {
"description": "Keyed app state reported by the app.",
"id": "KeyedAppState",
Expand Down

0 comments on commit 8779902

Please sign in to comment.