Navigation Menu

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.AbuseDetected.properties.nextSteps.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 25, 2022
1 parent 14e7b8e commit 9a9b5ad
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20221010",
"revision": "20221017",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
Expand All @@ -438,6 +438,10 @@
"description": "Displayed after Customer abuse detected - {alert_descriptor}. If missing, alert name will be displayed as Customer abuse detected.",
"type": "string"
},
"nextSteps": {
"description": "Customizable text to display in the next steps section of the alert. Will be parsed as HTML to allow new paragraphs and hyperlinks.",
"type": "string"
},
"product": {
"description": "Product that the abuse is originating from.",
"type": "string"
Expand Down

0 comments on commit 9a9b5ad

Please sign in to comment.