PUT api/2.0/settings/iprestrictions
save new portal ip restrictions
Name |
Description |
Type |
Example |
ips
sent in body
|
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"
]
}
This method doesn't return any data.