Skip to content

Commit 722db43

Browse files
chore(alertcenter): update the api
1 parent 0724e7b commit 722db43

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20220127",
426+
"revision": "20220131",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AccountSuspensionDetails": {
@@ -804,7 +804,8 @@
804804
"RESOLVED",
805805
"FALSE_POSITIVE",
806806
"PARTIALLY_RESOLVED",
807-
"MERGED"
807+
"MERGED",
808+
"DOWNGRADED"
808809
],
809810
"enumDescriptions": [
810811
"Status is unspecified.",
@@ -813,7 +814,8 @@
813814
"The incident has been resolved.",
814815
"Further assessment indicated no customer impact.",
815816
"The incident has been partially resolved.",
816-
"The incident was merged into a parent."
817+
"The incident was merged into a parent.",
818+
"The incident has lower impact than initially anticipated."
817819
],
818820
"type": "string"
819821
}
@@ -1289,7 +1291,7 @@
12891291
"id": "MergeInfo",
12901292
"properties": {
12911293
"newAlertId": {
1292-
"description": "New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.",
1294+
"description": "Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.",
12931295
"type": "string"
12941296
},
12951297
"newIncidentTrackingId": {

0 commit comments

Comments
 (0)