Skip to content

Commit 48ac346

Browse files
authored
fix: add put allowed in datasource.json (#1098)
1 parent c125b6c commit 48ac346

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎src/datasource/plugin.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
}
5454
]
5555
},
56+
{
57+
"path": "sm",
58+
"method": "PUT",
59+
"url": "{{.JsonData.apiHost}}/api/v1/",
60+
"reqAction": "grafana-synthetic-monitoring-app:write",
61+
"headers": [
62+
{
63+
"name": "Authorization",
64+
"content": "Bearer {{.SecureJsonData.accessToken}}"
65+
}
66+
]
67+
},
5668
{
5769
"path": "sm",
5870
"method": "DELETE",

0 commit comments

Comments
 (0)