mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 11:32:36 +08:00
Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/curl-examples/", "/docs/grafana/latest/http_api/curl-examples/"]
|
||||
description = "cURL examples"
|
||||
keywords = ["grafana", "http", "documentation", "api", "curl"]
|
||||
title = "cURL examples"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/curl-examples/
|
||||
- /docs/grafana/latest/http_api/curl-examples/
|
||||
description: cURL examples
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- curl
|
||||
title: cURL examples
|
||||
---
|
||||
|
||||
# cURL examples
|
||||
|
||||
|
Reference in New Issue
Block a user