From b8bfa86815b710a34ef0bc9cf57a0647d562b333 Mon Sep 17 00:00:00 2001 From: Ayan Bhadury Date: Tue, 28 Nov 2023 20:05:27 +0530 Subject: [PATCH] Whats'new : Added new datasource permission api changes (#78571) * Update index.md added datasource permission api changes that have been introduced from version 9.2 For info - https://raintank-corp.slack.com/archives/C5PG2JK8W/p1700641440476549 * Update docs/sources/upgrade-guide/upgrade-v10.2/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- docs/sources/upgrade-guide/upgrade-v10.2/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/upgrade-guide/upgrade-v10.2/index.md b/docs/sources/upgrade-guide/upgrade-v10.2/index.md index 17e706d64ef..af9632df3cb 100644 --- a/docs/sources/upgrade-guide/upgrade-v10.2/index.md +++ b/docs/sources/upgrade-guide/upgrade-v10.2/index.md @@ -19,3 +19,5 @@ weight: 1500 {{< docs/shared lookup="upgrade/upgrade-common-tasks.md" source="grafana" version="" >}} ## Technical notes + +- From Grafana v10.2 onwards, `/api/datasources/:id/` is removed and replaced with `/api/access-control/datasources/:uid`. For more information about the new API endpoints for the data source permission API, refer to the [documentation](https://grafana.com/docs/grafana//developers/http_api/datasource_permissions/).