Skip to content

Commit 027690e

Browse files
OAS Update
1 parent 6ef6319 commit 027690e

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

services/observability/v1/observability.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,14 @@
363363
"webHookConfigs": {
364364
"items": {
365365
"properties": {
366+
"googleChat": {
367+
"default": false,
368+
"description": "Google Chat webhooks require special handling. If you set this property to true, it is treated as such. `Additional Validators:` * When set to true, msTeams must be false.",
369+
"type": "boolean"
370+
},
366371
"msTeams": {
367372
"default": false,
368-
"description": "Microsoft Teams webhooks require special handling. If you set this property to true, it is treated as such",
373+
"description": "Microsoft Teams webhooks require special handling. If you set this property to true, it is treated as such. `Additional Validators:` * When set to true, googleChat must be false.",
369374
"type": "boolean"
370375
},
371376
"sendResolved": {
@@ -3126,9 +3131,14 @@
31263131
"webHookConfigs": {
31273132
"items": {
31283133
"properties": {
3134+
"googleChat": {
3135+
"default": false,
3136+
"description": "Google Chat webhooks require special handling. If you set this property to true, it is treated as such. `Additional Validators:` * When set to true, msTeams must be false.",
3137+
"type": "boolean"
3138+
},
31293139
"msTeams": {
31303140
"default": false,
3131-
"description": "Microsoft Teams webhooks require special handling. If you set this property to true, it is treated as such",
3141+
"description": "Microsoft Teams webhooks require special handling. If you set this property to true, it is treated as such. `Additional Validators:` * When set to true, googleChat must be false.",
31323142
"type": "boolean"
31333143
},
31343144
"sendResolved": {
@@ -3490,9 +3500,14 @@
34903500
"webHookConfigs": {
34913501
"items": {
34923502
"properties": {
3503+
"googleChat": {
3504+
"default": false,
3505+
"description": "Google Chat webhooks require special handling. If you set this property to true, it is treated as such. `Additional Validators:` * When set to true, msTeams must be false.",
3506+
"type": "boolean"
3507+
},
34933508
"msTeams": {
34943509
"default": false,
3495-
"description": "Microsoft Teams webhooks require special handling. If you set this property to true, it is treated as such",
3510+
"description": "Microsoft Teams webhooks require special handling. If you set this property to true, it is treated as such. `Additional Validators:` * When set to true, googleChat must be false.",
34963511
"type": "boolean"
34973512
},
34983513
"sendResolved": {
@@ -4146,6 +4161,11 @@
41464161
},
41474162
"WebHook": {
41484163
"properties": {
4164+
"googleChat": {
4165+
"default": false,
4166+
"title": "Googlechat",
4167+
"type": "boolean"
4168+
},
41494169
"msTeams": {
41504170
"default": false,
41514171
"title": "Msteams",

0 commit comments

Comments
 (0)