@@ -26,6 +26,7 @@ bookFlatSection: true
2626| :----- | :-------- | :-------- |
2727| [ ** create** ] ( ./Webhook#create ) | [ WebhookCreateRequest] ( Webhook#webhookcreaterequest ) | [ WebhookInfo] ( Webhook#webhookinfo ) |
2828| [ ** update** ] ( ./Webhook#update ) | [ WebhookUpdateRequest] ( Webhook#webhookupdaterequest ) | [ WebhookInfo] ( Webhook#webhookinfo ) |
29+ | [ ** update_message_format** ] ( ./Webhook#update_message_format ) | [ WebhookMessageFormatUpdateRequest] ( Webhook#webhookmessageformatupdaterequest ) | [ WebhookInfo] ( Webhook#webhookinfo ) |
2930| [ ** update_plugin** ] ( ./Webhook#update_plugin ) | [ WebhookUpdatePluginRequest] ( Webhook#webhookupdatepluginrequest ) | [ WebhookInfo] ( Webhook#webhookinfo ) |
3031| [ ** enable** ] ( ./Webhook#enable ) | [ WebhookRequest] ( Webhook#webhookrequest ) | [ WebhookInfo] ( Webhook#webhookinfo ) |
3132| [ ** disable** ] ( ./Webhook#disable ) | [ WebhookRequest] ( Webhook#webhookrequest ) | [ WebhookInfo] ( Webhook#webhookinfo ) |
@@ -72,6 +73,23 @@ bookFlatSection: true
7273
7374
7475
76+ <br >
77+
78+ ### update_message_format
79+
80+
81+
82+
83+
84+ > ** POST** /alert-manager/v1/webhook/update-message-format
85+ >
86+
87+
88+
89+
90+
91+
92+
7593<br >
7694
7795### update_plugin
@@ -224,6 +242,9 @@ bookFlatSection: true
224242* ** plugin_info** (WebhookPluginInfo) ` Required `
225243
226244
245+ * ** message_formats** (WebhookMessageFormat) ` Repeated ` ` Required `
246+
247+
227248* ** service_id** (string) ` Required `
228249
229250
@@ -298,6 +319,9 @@ bookFlatSection: true
298319* ** requests** (WebhookRequests) ` Required `
299320
300321
322+ * ** message_formats** (WebhookMessageFormat) ` Repeated ` ` Required `
323+
324+
301325* ** tags** (Struct) ` Required `
302326
303327
@@ -314,6 +338,22 @@ bookFlatSection: true
314338
315339 <br >
316340
341+ ### WebhookMessageFormat
342+ * ** from** (string) ` Required `
343+
344+
345+ * ** to** (string) ` Required `
346+
347+ <br >
348+
349+ ### WebhookMessageFormatUpdateRequest
350+ * ** webhook_id** (string) ` Required `
351+
352+
353+ * ** message_formats** (WebhookMessageFormat) ` Repeated ` ` Required `
354+
355+ <br >
356+
317357### WebhookPluginInfo
318358* ** plugin_id** (string) ` Required `
319359
0 commit comments