PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
Criar ou atualizar configurações de visibilidade de eventos
curl --request PATCH \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility \
  --header 'Content-Type: application/json' \
  --data '{
  "showInWorkflows": true,
  "showInReporting": true,
  "eventType": "ALL",
  "showInTimeline": true,
  "updatedAt": 123
}'
{
  "showInWorkflows": true,
  "showInReporting": true,
  "eventType": "ALL",
  "showInTimeline": true,
  "updatedAt": 123
}
Produtos suportados
Requer um dos seguintes produtos ou superior.
Marketing HubMarketing HubGrátis
Sales HubSales HubGrátis
Service HubService HubGrátis
Content HubContent HubGrátis

Authorizations

hapikey
string
query
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.