mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LBAC for datasources: Update the docs to point to UID instead of ID (#97512)
update the docs
This commit is contained in:
parent
492c1ebc0e
commit
c98dfd3b54
@ -57,13 +57,13 @@ Content-Length: 131
|
||||
{
|
||||
"rules": [
|
||||
{
|
||||
"teamId": "1",
|
||||
"teamUId": "fdnd1pf4m9sxvc",
|
||||
"rules": [
|
||||
"{ service_name=\"bigquery-sync-mysql\" }"
|
||||
]
|
||||
},
|
||||
{
|
||||
"teamId": "2",
|
||||
"teamUid": "dfed1p2m9sxvfc",
|
||||
"rules": [
|
||||
"{ service_name=\"api\" }"
|
||||
]
|
||||
@ -99,13 +99,13 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
{
|
||||
"rules": [
|
||||
{
|
||||
"teamId": "1",
|
||||
"teamUId": "fdnd1pf4m9sxvc",
|
||||
"rules": [
|
||||
"{ service_name=\"bigquery-sync-mysql\" }"
|
||||
]
|
||||
},
|
||||
{
|
||||
"teamId": "2",
|
||||
"teamUid": "dfed1p2m9sxvfc",
|
||||
"rules": [
|
||||
"{ service_name=\"api\" }"
|
||||
]
|
||||
@ -127,13 +127,13 @@ Content-Length: 35
|
||||
"name": "loki",
|
||||
"rules": [
|
||||
{
|
||||
"teamId": "1",
|
||||
"teamUId": "fdnd1pf4m9sxvc",
|
||||
"rules": [
|
||||
"{ service_name=\"bigquery-sync-mysql\" }"
|
||||
]
|
||||
},
|
||||
{
|
||||
"teamId": "2",
|
||||
"teamUid": "dfed1p2m9sxvfc",
|
||||
"rules": [
|
||||
"{ service_name=\"api\" }"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user