PUT api/2.0/settings/storage/cdn
Updates the CDN storage with the parameters specified in the request.
Name |
Description |
Type |
Example |
module
sent in body
|
CDN storage name
|
string
|
some text
|
props
sent in body
|
New CDN storage properties
|
Dictionary(key:string, value:string)
collection
|
[{"Key": "some text","Value": "some text"}]
|
PUT api/2.0/settings/storage/cdn
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"module": "some text",
"props": [
{
"Key": "some text",
"Value": "some text"
}
]
}