PUT api/2.0/settings/storage
Updates a storage with the parameters specified in the request.
Name |
Description |
Type |
Example |
Module
sent in body
|
Storage name
|
System.String
|
|
Props
sent in body
|
Storage properties
|
System.Collections.Generic.IEnumerable{ASC.Api.Collections.ItemKeyValuePair{System.String
|
|
PUT api/2.0/settings/storage
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Module": "some text"
}