Convert TOML front matter to YAML (#49729)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/team/", "/docs/grafana/latest/http_api/team/"]
|
||||
description = "Grafana Team HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "team", "teams", "group"]
|
||||
title = "Team HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/team/
|
||||
- /docs/grafana/latest/http_api/team/
|
||||
description: Grafana Team HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- team
|
||||
- teams
|
||||
- group
|
||||
title: 'Team HTTP API '
|
||||
---
|
||||
|
||||
# Team API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user