Skip to content

Commit

Permalink
Update API and auth token info in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zendesk-NathanBellette committed Jul 12, 2024
1 parent 63f0ffe commit dd3c43c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd3c43c

Please sign in to comment.