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
}
'