Fix all the old usage of admonition syntax (#107098)

This commit is contained in:
Jack Baldry
2025-06-27 11:28:14 +01:00
committed by GitHub
parent 7307a2bdbe
commit a113d04fb9
161 changed files with 721 additions and 721 deletions
@@ -262,9 +262,9 @@ Status Codes:
## Hard delete dashboard by uid
{{% admonition type="note" %}}
{{< admonition type="note" >}}
This feature is currently in private preview and behind the `dashboardRestore` feature toggle.
{{% /admonition %}}
{{< /admonition >}}
`DELETE /api/dashboards/uid/:uid/trash`
@@ -312,9 +312,9 @@ Status Codes:
## Restore deleted dashboard by uid
{{% admonition type="note" %}}
{{< admonition type="note" >}}
This feature is currently in private preview and behind the `dashboardRestore` feature toggle.
{{% /admonition %}}
{{< /admonition >}}
`PATCH /api/dashboards/uid/:uid/trash`