Skip to main content

Replace existing allowlist with provided list of IP addresses & ranges

PUT 

/api/v1/ip-allowlist

Replace existing allowlist with provided list of IP addresses & ranges

Request

Query Parameters

    force boolean

    When true, entries will be updated even if the list doesn't contain the requestor's IP address

Body

required

    entries

    object[]

    required

    Allowlist entries

  • Array [

  • address stringrequired

    IP address or range

    description string

    Description of an entry

  • ]

Responses

Successfully replaced allowlist

Schema

    entries

    object[]

    required

    Allowlist entries

  • Array [

  • address stringrequired

    IP address or range

    description string

    Description of an entry

  • ]

Loading...