Skip to content

Commit

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

The following keys were added:
- schemas.DeviceManagementRule.properties.id.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 16, 2024
1 parent 1e85660 commit 81862bc
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20240401",
"revision": "20240408",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
Expand Down Expand Up @@ -1177,6 +1177,10 @@
"description": "The email of the user this alert was created for.",
"type": "string"
},
"id": {
"description": "ID of the rule that triggered the alert",
"type": "string"
},
"iosVendorId": {
"description": "Required for iOS, empty for others.",
"type": "string"
Expand Down

0 comments on commit 81862bc

Please sign in to comment.