PUT api/2.0/mailserver/mailboxes/update
Updates a mailbox with the ID specified in the request.
Name |
Description |
Type |
Example |
mailbox_id
sent in body
|
Mailbox ID
|
number
|
1234
|
name
sent in body
|
New sender name
|
string
|
some text
|
PUT api/2.0/mailserver/mailboxes/update
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"mailbox_id": 1234,
"name": "some text"
}