Zum Hauptinhalt springen
PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
イベントの共有範囲設定を作成または更新
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
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales Hub無料ツール
Service HubService Hub無料ツール
Content HubContent Hub無料ツール

Authorizations

hapikey
string
query
required

Path Parameters

appId
string
required

Body

application/json
eventType
enum<string>
required
Available options:
ALL,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT,
ATTENTION_SPAN
updatedAt
integer
required
showInWorkflows
boolean
showInReporting
boolean
showInTimeline
boolean

Response

successful operation

eventType
enum<string>
required
Available options:
ALL,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT,
ATTENTION_SPAN
updatedAt
integer
required
showInWorkflows
boolean
showInReporting
boolean
showInTimeline
boolean
I