mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 07:13:18 +08:00
Update docu for /api/alias/random/new (#1515)
the param `mode` has to be passed in the query
This commit is contained in:
parent
d874acfe2c
commit
e6cdabd46e
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ Input:
|
|||
|
||||
- `Authentication` header that contains the api key
|
||||
- (Optional but recommended) `hostname` passed in query string
|
||||
- (Optional) mode: either `uuid` or `word`. By default, use the user setting when creating new random alias.
|
||||
- (Optional) mode: either `uuid` or `word` passed in query string. By default, use the user setting when creating new random alias.
|
||||
- Request Message Body in json (`Content-Type` is `application/json`)
|
||||
- (Optional) note: alias note
|
||||
|
||||
|
|
Loading…
Reference in a new issue