From 0aaebbb9a284962359cca98883c10abe37bd17aa Mon Sep 17 00:00:00 2001 From: Dai Nguyen <88277570+ej25a@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:44:20 -0600 Subject: [PATCH] Docs: Updating Service Account API to include a note for Grafana Cloud instances (#80685) * Update Bearer Token serviceaccount.md To update the Service Account API to include a note stating that a Bearer token for Grafana Cloud instances is needed. * Update docs/sources/developers/http_api/serviceaccount.md --------- Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> --- docs/sources/developers/http_api/serviceaccount.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/developers/http_api/serviceaccount.md b/docs/sources/developers/http_api/serviceaccount.md index 8dff8a38d90..15e424cf151 100644 --- a/docs/sources/developers/http_api/serviceaccount.md +++ b/docs/sources/developers/http_api/serviceaccount.md @@ -19,6 +19,7 @@ title: Service account HTTP API # Service account 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. +> For Grafana Cloud instances, please use a Bearer token to authenticate. The examples within this section reference Basic authentication which is for On-Prem Grafana instances. ## Search service accounts with Paging