Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a9b5ad

Browse files
committedOct 25, 2022
feat(alertcenter): update the api
#### alertcenter:v1beta1 The following keys were added: - schemas.AbuseDetected.properties.nextSteps.type (Total Keys: 1)
1 parent 14e7b8e commit 9a9b5ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20221010",
426+
"revision": "20221017",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AbuseDetected": {
@@ -438,6 +438,10 @@
438438
"description": "Displayed after Customer abuse detected - {alert_descriptor}. If missing, alert name will be displayed as Customer abuse detected.",
439439
"type": "string"
440440
},
441+
"nextSteps": {
442+
"description": "Customizable text to display in the next steps section of the alert. Will be parsed as HTML to allow new paragraphs and hyperlinks.",
443+
"type": "string"
444+
},
441445
"product": {
442446
"description": "Product that the abuse is originating from.",
443447
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.