Skip to content

Commit 127d3f8

Browse files
Merge pull request #578 from zendesk/update-readme
Update API and auth token info in readme file
2 parents 63f0ffe + dd3c43c commit 127d3f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,13 @@ client = ZendeskAPI::Client.new do |config|
6060
config.username = "[email protected]"
6161

6262
# Choose one of the following depending on your authentication choice
63+
# More information on obtaining API tokens can be found here:
64+
# https://developer.zendesk.com/api-reference/introduction/security-and-auth/#api-token
6365
config.token = "your zendesk token"
64-
config.password = "your zendesk password"
6566

6667
# OAuth Authentication
68+
# More information on obtaining OAuth access tokens can be found here:
69+
# https://developer.zendesk.com/api-reference/introduction/security-and-auth/#oauth-access-token
6770
config.access_token = "your OAuth access token"
6871

6972
# Optional:

0 commit comments

Comments
 (0)