PUT api/2.0/mail/userfolders/{id}
Name |
Description |
Type |
Example |
id
sent in url
|
Folder id
|
System.UInt32
|
|
name
sent in body
|
new Folder name
|
string
|
some text
|
parentId
sent in body
|
new Parent folder id (default = 0)
optional
|
System.UInt32
|
|
PUT api/2.0/mail/userfolders/0
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"name": "some text",
"parentId": null
}