Skip to main content

Update ip address restriction rule in organization

PUT 

/bv/org/v1/organizations/securities/ip-restrictions

Update ip restirction rule. If the ip restriction is not exist. It will create the new one.

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    ip_restriction objectrequired
    enabled booleanrequired

    Required. Indicate enable ip restriction or not.

    ip_rules object[]required
  • Array [
  • name stringrequired

    Required. The name of ip restriction.

    ip Required. The ip address for restriction (string)required
  • ]

Responses

A successful response.

Schema

    object

Loading...