mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 08:02:27 +08:00
Docs Alerting: Fixes table in alerting API docs (#68962)
Fixes table in alerting API docs
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user