From 46a0a0490fb6e1ad31a8c7fbd130226f18f10f7e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:22:29 +0200 Subject: [PATCH] [v11.0.x] alerting:mute-timings>api (#89942) alerting:mute-timings>api (#89902) * alerting:mute-timings>api * added type go-type * all pretty (cherry picked from commit 92ad6c71d181109e53fa020570f8f38f58cc7572) Co-authored-by: antonio <45235678+tonypowa@users.noreply.github.com> --- docs/sources/shared/alerts/alerting_provisioning.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/shared/alerts/alerting_provisioning.md b/docs/sources/shared/alerts/alerting_provisioning.md index 7f5509104cd..2dc1841aeec 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 %}}