mirror of
https://github.com/simple-login/app.git
synced 2025-09-12 01:24:20 +08:00
Fix typo in hyperlink to GET /api/user/cookie_token (#1227)
This commit is contained in:
parent
596dd0b1ee
commit
7476bdde4b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
- [GET /api/user_info](#get-apiuser_info): Get user's information.
|
- [GET /api/user_info](#get-apiuser_info): Get user's information.
|
||||||
- [PATCH /api/sudo](#patch-apisudo): Enable sudo mode.
|
- [PATCH /api/sudo](#patch-apisudo): Enable sudo mode.
|
||||||
- [DELETE /api/user](#delete-apiuser): Delete the current user.
|
- [DELETE /api/user](#delete-apiuser): Delete the current user.
|
||||||
- [GET /api/user/cookie_token](#get_apiusergookie_token): Get a one time use token to exchange it for a valid cookie
|
- [GET /api/user/cookie_token](#get-apiusercookie_token): Get a one time use token to exchange it for a valid cookie
|
||||||
- [PATCH /api/user_info](#patch-apiuser_info): Update user's information.
|
- [PATCH /api/user_info](#patch-apiuser_info): Update user's information.
|
||||||
- [POST /api/api_key](#post-apiapi_key): Create a new API key.
|
- [POST /api/api_key](#post-apiapi_key): Create a new API key.
|
||||||
- [GET /api/logout](#get-apilogout): Log out.
|
- [GET /api/logout](#get-apilogout): Log out.
|
||||||
|
|
Loading…
Add table
Reference in a new issue