---
title: "Create or update event visibility settings"
method: PATCH
path: "/media-bridge/2026-03/{appId}/settings/event-visibility"
tags: ["Basic"]
---

# Create or update event visibility settings

`PATCH /media-bridge/2026-03/{appId}/settings/event-visibility`

Set the visibility settings for media bridge events created by your app.

## Path parameters

- `appId` integer, required

## Request body

- CmsMediaBridgeEventVisibilityChange
  - `eventType` 'ALL' | 'ATTENTION_SPAN' | 'MEDIA_PLAYS' | 'MEDIA_PLAYS_PERCENT', required
  - `showInReporting` boolean
  - `showInTimeline` boolean
  - `showInWorkflows` boolean
  - `updatedAt` integer, required

## Response `200`

successful operation

- CmsMediaBridgeEventVisibilityChange
  - `eventType` 'ALL' | 'ATTENTION_SPAN' | 'MEDIA_PLAYS' | 'MEDIA_PLAYS_PERCENT', required
  - `showInReporting` boolean
  - `showInTimeline` boolean
  - `showInWorkflows` boolean
  - `updatedAt` integer, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
