CMS
Deutsch
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 }
Defina as configurações de visibilidade para eventos de Media Bridge criados pelo seu aplicativo.
successful operation
The response is of type object.
object