PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
Create or update event visibility settings
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
}
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubFree

Authorizations

hapikey
string
query
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.