Reassigns drafts/templates to the selected email.
Name | Description | Type | Example |
folder
sent in body
|
Folder ID | number | 1234 |
email
sent in body
|
Email to which messages will be reassigned | string | some text |
PUT api/2.0/mail/messages/reassign Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "folder": 1234, "email": "some text" }
This method doesn't return any data.