Browse Source

Add access_scopes to the set of urls that have not updated.

Alex Aitken 6 years ago
parent
commit
0856afb04d
1 changed files with 4 additions and 3 deletions
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -86,9 +86,10 @@ end
 
 ### URLs that have not changed
 
-- OAuth URLs for `authorize`, getting the `access_token` from a code, and using a `refresh_token` have _not_ changed.
-  - get: `/admin/oauth/authorize`
-  - post: `/admin/oauth/access_token`
+- 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`
 - 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