From 76a20b1bdfc7c353756fb7f29a94fbfc4fbf82bf Mon Sep 17 00:00:00 2001 From: Virginia Cepeda Date: Tue, 19 Nov 2024 16:22:59 -0300 Subject: [PATCH] fix: change access-token create for write to match convention --- src/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.json b/src/plugin.json index 4cfcf7f3f..7da7b245e 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -203,7 +203,7 @@ { "action": "grafana-synthetic-monitoring-app:read" }, { "action": "grafana-synthetic-monitoring-app:write" }, - { "action": "grafana-synthetic-monitoring-app.access-tokens:create" }, + { "action": "grafana-synthetic-monitoring-app.access-tokens:write" }, { "action": "grafana-synthetic-monitoring-app.access-tokens:delete" } ] },