From 1320d12aa700d158c4b79a385f298dc60fb978c2 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 25 May 2023 09:12:26 +0100 Subject: [PATCH] [v10.0.x] Docs Alerting: Fixes table in alerting API docs (#69035) Docs Alerting: Fixes table in alerting API docs (#68962) Fixes table in alerting API docs (cherry picked from commit 863f826e623b80970582c7a345dc69a792c71ae7) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --- docs/sources/developers/http_api/alerting_provisioning.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/sources/developers/http_api/alerting_provisioning.md b/docs/sources/developers/http_api/alerting_provisioning.md index d4fab2e3613..6eb756452dc 100644 --- a/docs/sources/developers/http_api/alerting_provisioning.md +++ b/docs/sources/developers/http_api/alerting_provisioning.md @@ -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