CMS
English
cURL
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 }
Set the visibility settings for media bridge events created by your app.
successful operation
The response is of type object.
object
Was this page helpful?