From a2859de5b692e803fffe3706d1dcab96203aa5d4 Mon Sep 17 00:00:00 2001 From: brendamuir <100768211+brendamuir@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:55:44 +0200 Subject: [PATCH] Alerting docs: updates duration type to string (#93532) * Alerting docs: updates duration type to string * ran prettier --- docs/sources/shared/alerts/alerting_provisioning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/shared/alerts/alerting_provisioning.md b/docs/sources/shared/alerts/alerting_provisioning.md index 4dd0a656119..b5fe4c23eac 100644 --- a/docs/sources/shared/alerts/alerting_provisioning.md +++ b/docs/sources/shared/alerts/alerting_provisioning.md @@ -1652,9 +1652,9 @@ Status: Accepted ### Duration -| Name | Type | Go type | Default | Description | Example | -| -------- | ------------------------- | ------- | ------- | ----------- | ------- | -| Duration | int64 (formatted integer) | int64 | | | | +| Name | Type | Go type | Default | Description | Example | +| -------- | ------ | ------- | ------- | ----------- | ------- | +| Duration | string | int64 | | | | ### EmbeddedContactPoint