Skip to content

Commit

Permalink
Fix zendesk placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
yassineaboukir authored May 4, 2019
1 parent 9547aa4 commit 52c4366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ curl -H "Authorization: Bearer ACCESS_TOKEN" https://app.asana.com/api/1.0/users
## [Zendesk Access token](https://support.zendesk.com/hc/en-us/articles/203663836-Using-OAuth-authentication-with-your-application)
```
curl https://{subdomain}.zendesk.com/api/v2/tickets.json \
-H "Authorization: Bearer gErypPlm4dOVgGRvA1ZzMH5MQ3nLo8bo"
-H "Authorization: Bearer ACCESS_TOKEN"
```

# Contributing
Expand Down

0 comments on commit 52c4366

Please sign in to comment.