Skip to content

Commit

Permalink
Merge pull request Shopify#560 from Shopify/doc-updates
Browse files Browse the repository at this point in the history
Doc updates
  • Loading branch information
alexaitken authored Apr 9, 2019
2 parents feefa66 + ccb776b commit 34710e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ end
### URLs that have not changed

- OAuth URLs for `authorize`, getting the `access_token` from a code, `access_scopes`, and using a `refresh_token` have _not_ changed.
- get: `/admin/oauth/authorize.json`
- post: `/admin/oauth/access_token.json`
- get: `/admin/oauth/access_scopes.json`
- get: `/admin/oauth/authorize`
- post: `/admin/oauth/access_token`
- get: `/admin/oauth/access_scopes`
- URLs for the merchant’s web admin have _not_ changed. For example: to send the merchant to the product page the url is still `/admin/product/<id>`

## Usage
Expand Down

0 comments on commit 34710e2

Please sign in to comment.