PUT api/2.0/settings/storage This function requires authentication

Description

Updates a storage with the parameters specified in the request.

Parameters
Name Description Type Example
Module
sent in body
Storage name string some text
Props
sent in body
Storage properties Collection of ASC.Api.Collections.ItemKeyValuePair{System.Strins
collection
Example
PUT api/2.0/settings/storage
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Module": "some text"
}
Returns

Updated storage settings