Skip to main content

Update address list entry

PATCH 

/address_list_entries/address_list_entry

Update an address list entry 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_entry

    object

    required

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

    id string

    properties

    object

    required

    address string

    Address or network to add to the list.

    name string

    Optional name/comment.

Responses

Update an address list entry with new properties.

Schema

    address_list_entry

    object

    required

    id string
    address string

    Address or network.

    name string

    Optional name/comment.

Loading...