Mailboxes
Method Path | Path<br>h5. Parameters are case-sensitive | Return Model | Summary |
---|
GET | List all mailboxes. | ||
GET | Retrieve the current state of a mailbox. | ||
PUT | void | Change the state of a mailbox. (Note - implicitly creates the mailbox). | |
DELETE | void | Destroy a mailbox. |
Anchor | ||||
---|---|---|---|---|
|
...
Retrieve the current state of a mailbox.
Path parameters
Parameters are case-sensitive.
- mailboxName: string - Name of the mailbox
...
Change the state of a mailbox. (Note - implicitly creates the mailbox).
Path parameters
Parameters are case-sensitive.
- mailboxName: string - Name of the mailbox
...
Destroy a mailbox.
Path parameters
Parameters are case-sensitive.
- mailboxName: string - Name of the mailbox
...