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
|
string
|
some text
|
props
sent in body
|
New storage properties
|
Collection of ASC.Api.Collections.ItemKeyValuePair`2[System.String,System.String]s
collection
|
|
PUT api/2.0/settings/storage
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"module": "some text",
"props": [
{
"Key": null,
"Value": null
}
]
}