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

# Create or update event visibility settings

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

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

## Path parameters

- `appId` integer, required

## Request body

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

## Response `200`

successful operation

- EventVisibilityChange
  - `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/cms-media-bridge.md) · [All operations](https://skmtc.net/hubspot/apis/cms-media-bridge/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/cms-media-bridge/revisions/d6d4fce3fe5b/schema)
