[v11.2] Remove relref shortcodes (#101714)

* manually replce all shared relrefs

* relref replace - previous grafana versions

* update test

* prettier
This commit is contained in:
Robby Milo
2025-03-07 09:32:05 +01:00
committed by GitHub
parent 992f2f30cb
commit fedca9aca2
177 changed files with 1434 additions and 1437 deletions
+3 -3
View File
@@ -18,7 +18,7 @@ title: Folder HTTP API
# Folder API
> If you are running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions]({{< relref "/docs/grafana/latest/administration/roles-and-permissions/access-control/custom-role-actions-scopes" >}}) for more information.
> If you are running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions](/docs/grafana/latest/administration/roles-and-permissions/access-control/custom-role-actions-scopes/) for more information.
## Identifier (id) vs unique identifier (uid)
@@ -302,7 +302,7 @@ Content-Length: 97
```
Status Codes:
- **200** Found
- **401** Unauthorized
- **403** Access Denied
@@ -422,7 +422,7 @@ If moving the folder under root:
JSON body schema:
- **parentUid** Optional [unique identifier]({{< relref "#identifier-id-vs-unique-identifier-uid" >}}) of the new parent folder. If this is empty, then the folder is moved under the root.
- **parentUid** Optional [unique identifier](#identifier-id-vs-unique-identifier-uid) of the new parent folder. If this is empty, then the folder is moved under the root.
**Example Request**: