Convert TOML front matter to YAML (#49724)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2022-05-26 12:38:05 -04:00
committed by GitHub
parent 1d9d1bd41a
commit 3ea049fcae
552 changed files with 4944 additions and 3157 deletions
@@ -1,9 +1,16 @@
+++
title = "API Tutorial: Create API tokens and dashboards for an organization"
keywords = ["grafana", "tutorials", "API", "Token", "Org", "Organization"]
aliases =["/docs/grafana/latest/tutorials/api_org_token_howto/"]
weight = 150
+++
---
aliases:
- /docs/grafana/latest/tutorials/api_org_token_howto/
keywords:
- grafana
- tutorials
- API
- Token
- Org
- Organization
title: 'API Tutorial: Create API tokens and dashboards for an organization'
weight: 150
---
# Create API tokens and dashboards for an organization