diff --git a/docs/sources/shared/alerts/alerting_provisioning.md b/docs/sources/shared/alerts/alerting_provisioning.md index 410374d0b95..d8663fdfb47 100644 --- a/docs/sources/shared/alerts/alerting_provisioning.md +++ b/docs/sources/shared/alerts/alerting_provisioning.md @@ -1740,10 +1740,10 @@ Status: Accepted {{% responsive-table %}} -| Name | Type | Go type | Required | Default | Description | Example | -| ----------- | ------------------------- | ------- | :------: | ------- | ----------- | ------- | -| EndMinute | int64 (formatted integer) | `int64` | | | | | -| StartMinute | int64 (formatted integer) | `int64` | | | | | +| Name | Type | Go type | Required | Default | Description | Example | +| ---------- | ------ | -------- | :------: | ------- | ----------- | ----------------------- | +| end_time | string | `string` | | | | `"end_time": "24:00"` | +| start_time | string | `string` | | | | `"start_time": "18:00"` | {{% /responsive-table %}}