From dd3c43cd40c7b8aa75a8c16bc41dc9d81a7b1339 Mon Sep 17 00:00:00 2001 From: Zendesk-NathanBellette Date: Fri, 12 Jul 2024 15:36:15 +1000 Subject: [PATCH] Update API and auth token info in readme file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39b10fcd..8e557dad 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,13 @@ client = ZendeskAPI::Client.new do |config| config.username = "login.email@zendesk.com" # Choose one of the following depending on your authentication choice + # More information on obtaining API tokens can be found here: + # https://developer.zendesk.com/api-reference/introduction/security-and-auth/#api-token config.token = "your zendesk token" - config.password = "your zendesk password" # OAuth Authentication + # More information on obtaining OAuth access tokens can be found here: + # https://developer.zendesk.com/api-reference/introduction/security-and-auth/#oauth-access-token config.access_token = "your OAuth access token" # Optional: