Skip to content

Commit

Permalink
[CI] markdown files has been generated
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jan 8, 2025
1 parent 461fcf3 commit bac7d27
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions content/en/alert_manager/v1/Webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ bookFlatSection: true
| :----- | :-------- | :-------- |
| [**create**](./Webhook#create) | [WebhookCreateRequest](Webhook#webhookcreaterequest) | [WebhookInfo](Webhook#webhookinfo) |
| [**update**](./Webhook#update) | [WebhookUpdateRequest](Webhook#webhookupdaterequest) | [WebhookInfo](Webhook#webhookinfo) |
| [**update_message_format**](./Webhook#update_message_format) | [WebhookMessageFormatUpdateRequest](Webhook#webhookmessageformatupdaterequest) | [WebhookInfo](Webhook#webhookinfo) |
| [**update_plugin**](./Webhook#update_plugin) | [WebhookUpdatePluginRequest](Webhook#webhookupdatepluginrequest) | [WebhookInfo](Webhook#webhookinfo) |
| [**enable**](./Webhook#enable) | [WebhookRequest](Webhook#webhookrequest) | [WebhookInfo](Webhook#webhookinfo) |
| [**disable**](./Webhook#disable) | [WebhookRequest](Webhook#webhookrequest) | [WebhookInfo](Webhook#webhookinfo) |
Expand Down Expand Up @@ -72,6 +73,23 @@ bookFlatSection: true



<br>

### update_message_format





> **POST** /alert-manager/v1/webhook/update-message-format
>






<br>

### update_plugin
Expand Down Expand Up @@ -224,6 +242,9 @@ bookFlatSection: true
* **plugin_info** (WebhookPluginInfo) `Required`


* **message_formats** (WebhookMessageFormat) `Repeated` `Required`


* **service_id** (string) `Required`


Expand Down Expand Up @@ -298,6 +319,9 @@ bookFlatSection: true
* **requests** (WebhookRequests) `Required`


* **message_formats** (WebhookMessageFormat) `Repeated` `Required`


* **tags** (Struct) `Required`


Expand All @@ -314,6 +338,22 @@ bookFlatSection: true

<br>

### WebhookMessageFormat
* **from** (string) `Required`


* **to** (string) `Required`

<br>

### WebhookMessageFormatUpdateRequest
* **webhook_id** (string) `Required`


* **message_formats** (WebhookMessageFormat) `Repeated` `Required`

<br>

### WebhookPluginInfo
* **plugin_id** (string) `Required`

Expand Down

0 comments on commit bac7d27

Please sign in to comment.