POST /a/policy/iplists

[Enterprise Only] Update white/black lists

Body Parameters

Name Description Type Required
IPs array
Name string

Body Example

{
  "IPs": [
    "string"
  ],
  "Name": "string"
}

Response Example (200)

Response Type /definitions/ipbanIPsCollection

{
  "IPs": [
    "string"
  ],
  "Name": "string"
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top