Get Started
Usage API
More information

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

Description

Saves the new portal IP restrictions specified in the request.

Parameters
Name Description Type Example
ips
sent in body
New IP restrictions Collection of strings
collection
some text
Example
PUT api/2.0/settings/iprestrictions
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "ips": [
    "some text"
  ]
}
Returns

New IP restrictions