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 ASC.IPSecurity.IPRestrictionBases
collection
Example
PUT api/2.0/settings/iprestrictions
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "ips": [
    null
  ]
}
Returns

New IP restrictions