curl --request PATCH \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "ALL",
"updatedAt": 123,
"showInReporting": true,
"showInTimeline": true,
"showInWorkflows": true
}
'{
"eventType": "ALL",
"updatedAt": 123,
"showInReporting": true,
"showInTimeline": true,
"showInWorkflows": true
}Establecer la configuración de visibilidad para los eventos del centro multimedia creados por tu aplicación.
curl --request PATCH \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "ALL",
"updatedAt": 123,
"showInReporting": true,
"showInTimeline": true,
"showInWorkflows": true
}
'{
"eventType": "ALL",
"updatedAt": 123,
"showInReporting": true,
"showInTimeline": true,
"showInWorkflows": true
}El appId de la aplicación del centro multimedia. Es posible tener varias aplicaciones en tu cuenta de desarrollador que utilicen el centro multimedia.