Docs Alerting: Fixes table in alerting API docs (#68962)

Fixes table in alerting API docs
This commit is contained in:
brendamuir
2023-05-25 08:01:25 +02:00
committed by GitHub
parent 7c2358862e
commit 863f826e62

View File

@ -96,10 +96,12 @@ DELETE /api/v1/provisioning/alert-rules/{UID}
#### Parameters
| Name | Source | Type | Go type | Separator | Required | Default | Description |
{{% responsive-table %}}
| Name | Source | Type | Go type | Separator | Required | Default | Description |
| -------------------- | -------- | ------ | -------- | --------- | :------: | ------- | -------------- |
| UID | `path` | string | `string` | | ✓ | | Alert rule UID |
| X-Disable-Provenance | `header` | string | `string` | | | | |
| UID | `path` | string | `string` | | ✓ | | Alert rule UID |
| X-Disable-Provenance | `header` | string | `string` | | | | |
{{% /responsive-table %}}
#### All responses