diff options
Diffstat (limited to 'docs/locales/zh/api/authentication.md')
-rw-r--r-- | docs/locales/zh/api/authentication.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/locales/zh/api/authentication.md b/docs/locales/zh/api/authentication.md index 156c11f31..798c52b4c 100644 --- a/docs/locales/zh/api/authentication.md +++ b/docs/locales/zh/api/authentication.md @@ -8,7 +8,6 @@ ```bash curl \ - -X POST \ -H 'Content-Type:application/json' \ -d '{ "client_name": "your_app_name", @@ -89,7 +88,6 @@ YOUR_AUTHORIZATION_TOKEN ```bash curl \ - -X POST \ -H 'Content-Type: application/json' \ -d '{ "redirect_uri": "urn:ietf:wg:oauth:2.0:oob", |