Docs: Rename External Group Sync references to Team Sync (#69395)

This commit is contained in:
Vardan Torosyan
2023-06-01 17:48:32 +02:00
committed by GitHub
parent e43c3ef87e
commit 8235f774aa
3 changed files with 9 additions and 9 deletions

View File

@ -62,7 +62,7 @@ Grafana Enterprise includes all of the Grafana OSS APIs as well as those that fo
- [Role-based access control API]({{< relref "access_control/" >}})
- [Data source permissions API]({{< relref "datasource_permissions/" >}})
- [External group sync API]({{< relref "external_group_sync/" >}})
- [Team sync API]({{< relref "team_sync/" >}})
- [License API]({{< relref "licensing/" >}})
- [Reporting API]({{< relref "reporting/" >}})
- [Query and resource caching API]({{< relref "query_and_resource_caching/" >}})

View File

@ -1,8 +1,8 @@
---
aliases:
- ../../http_api/external_group_sync/
canonical: /docs/grafana/latest/developers/http_api/external_group_sync/
description: Grafana External Group Sync HTTP API
- ../../http_api/team_sync/
canonical: /docs/grafana/latest/developers/http_api/team_sync/
description: Grafana Team Sync HTTP API
keywords:
- grafana
- http
@ -13,12 +13,12 @@ keywords:
- group
- member
- enterprise
title: External Group Sync HTTP API
title: Team Sync HTTP API
---
# External Group Synchronization API
# Team Sync API
> External Group Synchronization is only available in Grafana Enterprise. Read more about [Grafana Enterprise]({{< relref "/docs/grafana/latest/introduction/grafana-enterprise" >}}).
> Team Sync is only available in Grafana Enterprise. Read more about [Grafana Enterprise]({{< relref "/docs/grafana/latest/introduction/grafana-enterprise" >}}).
> 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.