Alerting docs: updates duration type to string (#93532)

* Alerting docs: updates duration type to string

* ran prettier
This commit is contained in:
brendamuir
2024-09-20 14:55:44 +02:00
committed by GitHub
parent 8d84517103
commit a2859de5b6

View File

@@ -1652,9 +1652,9 @@ Status: Accepted
{{% responsive-table %}}
| Name | Type | Go type | Required | Default | Description | Example |
| -------- | ------ | -------- | :------: | ------- | ------------------------------------------------------- | ------- |
| template | string | `string` | | | | |
| Name | Type | Go type | Required | Default | Description | Example |
| -------- | ------ | -------- | :------: | ------- | ------------------------------------------------------- | ------- |
| template | string | `string` | | | | |
| version | string | `string` | | | Version of resource. Should be empty for new templates. | |
{{% /responsive-table %}}