PUT api/2.0/settings/iprestrictions
Saves the new portal IP restrictions specified in the request.
Name |
Description |
Type |
Example |
ips
sent in body
|
New IP restrictions
|
Collection of strings
collection
|
some text
|
PUT api/2.0/settings/iprestrictions
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"ips": [
"some text"
]
}