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

trackIdstring required

The unique identifier for the track

Request body

teamIdsstring[] 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

teamIdsstring[] 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