PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
Crear o actualizar la configuración de visibilidad de los 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
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubGratuito
Service HubService HubGratuito
Content HubContent HubGratuito

Authorizations

hapikey
string
query
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.