瀏覽代碼

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

Alex Aitken 6 年之前
父節點
當前提交
0856afb04d
共有 1 個文件被更改,包括 4 次插入3 次删除
  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