Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #578 from zapier/TPS-3012
Browse files Browse the repository at this point in the history
TPS-3012 Adds the trailing slash to https://zapier.com/oauth/authorize/ documentation
  • Loading branch information
cyberwitch authored Feb 13, 2024
2 parents d3835c8 + 9945a8b commit b686c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_embed/solutions/partner-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ For resources that require a valid access token you can use the [OAuth2 protocol
Construct the following URL, and redirect the user to authorize your application:

```
https://zapier.com/oauth/authorize?client_id={client_id}&redirect_uri={redirect_uri}&scope={scope}
https://zapier.com/oauth/authorize/?client_id={client_id}&redirect_uri={redirect_uri}&scope={scope}
```

| Parameter | Requirement | Explanation |
Expand Down

0 comments on commit b686c9d

Please sign in to comment.