mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
correct alias version in api.md (#1981)
This commit is contained in:
parent
9452b14e10
commit
9ae206ec77
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ Input:
|
|||
- (Optional but recommended) `hostname` passed in query string
|
||||
- Request Message Body in json (`Content-Type` is `application/json`)
|
||||
- alias_prefix: string. The first part of the alias that user can choose.
|
||||
- signed_suffix: should be one of the suffixes returned in the `GET /api/v4/alias/options` endpoint.
|
||||
- signed_suffix: should be one of the suffixes returned in the `GET /api/v5/alias/options` endpoint.
|
||||
- mailbox_ids: list of mailbox_id that "owns" this alias
|
||||
- (Optional) note: alias note
|
||||
- (Optional) name: alias name
|
||||
|
|
Loading…
Reference in a new issue