Skip to content

Commit

Permalink
docs(google-cloud-logging): scopes->scope
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanXin-Chen committed Oct 3, 2024
1 parent 7026313 commit 60cd8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/latest/plugins/google-cloud-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 -H "X-API-KEY: $admin_key" -X P
"client_email":"your service account [email protected]",
"private_key":"-----BEGIN RSA PRIVATE KEY-----your private key-----END RSA PRIVATE KEY-----",
"token_uri":"https://oauth2.googleapis.com/token",
"scopes":[
"scope":[
"https://www.googleapis.com/auth/logging.admin"
],
"entries_uri":"https://logging.googleapis.com/v2/entries:write"
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/latest/plugins/google-cloud-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \
"client_email":"your service account [email protected]",
"private_key":"-----BEGIN RSA PRIVATE KEY-----your private key-----END RSA PRIVATE KEY-----",
"token_uri":"https://oauth2.googleapis.com/token",
"scopes":[
"scope":[
"https://www.googleapis.com/auth/logging.admin"
],
"entries_uri":"https://logging.googleapis.com/v2/entries:write"
Expand Down

0 comments on commit 60cd8d5

Please sign in to comment.