Skip to main content
PATCH
Update a catalog entry
Update a catalog entry’s label and default_enabled. The natural key (channel/topic/event/medium) is immutable — to change it, delete the entry and create a new one.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access scope.

Path Parameters

preference_id
integer
required

The catalog entry's ID.

Body

application/json

Updates a catalog entry's label and default. The natural key (channel/topic/event/medium) is immutable.

label
string
required
default_enabled
boolean
required

Response

The updated catalog entry.