---
title: "Replace a track's team visibility audience. An empty set makes the track visible to everyone in the organization."
method: PUT
path: "/api/v1/tracks/{trackId}/visibility"
tags: ["cms"]
---

# Replace a track's team visibility audience. An empty set makes the track visible to everyone in the organization.

`PUT /api/v1/tracks/{trackId}/visibility`

## Path parameters

- `trackId` string, required

## Request body

- TrackVisibilityUpdateRequestDTO
  - `teamIds` string[], required — Team ids that may see this track. Replaces the existing audience; an empty array makes the track visible to everyone in the organization.

## Response `200`

- TrackVisibilityResponseDTO
  - `teamIds` string[], required — Team ids that may currently see this track. Empty means the track is visible to everyone in the organization. Resolve team names client-side.

## Changes

- **2026-08-25** `579319e21ecf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wejam/apis/jam/changes/api/v1/tracks/:trackId/visibility/put.md)

---

[API](https://skmtc.dev/wejam/apis/jam.md) · [All operations](https://skmtc.dev/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wejam/jam/revisions/b4e171f8d0f4/schema)
