PUT api/2.0/mail/messages/reassign This function requires authentication

Description

Reassigns drafts/templates to the selected email.

Parameters
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
Example
PUT api/2.0/mail/messages/reassign
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "folder": 1234,
  "email": "some text"
}
Returns

This method doesn't return any data.