Skip to main content

Update address list

PATCH 

/address_lists/address_list

Update a address list with new properties.

Scopes

  • address_lists

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    address_list

    object

    required

    All 'address_list[]' params are mutually exclusive, only one can be provided.

    id string

    properties

    object

    required

    name string

    Name of the address list.

    annotations

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

Responses

Update a address list with new properties.

Schema

    address_list

    object

    required

    id string
    name string

    Name of the address list.

    global boolean

    Whether the address list is global or not.

    entries

    object[]

  • Array [

  • id string
    address string

    Address or network.

    name string

    Optional name/comment.

  • ]

  • annotations

    object[]

    required

  • Array [

  • key stringrequired
    value string
  • ]

Loading...