UpdatePlaylist
Updates playlist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the playlist. For example: "Raw" or "playlist 1"
The visibility of the playlist. This affects the entire playlist. Individual segments can still be made invisible using VisibilityMarkers.
VISIBILITY_UNSPECIFIED, VISIBILITY_PUBLISHED, VISIBILITY_UNLISTED, VISIBILITY_HIDDEN Optional. A list of visibility markers that define which parts of the playlist are visible to end users. If no markers are defined, all segments are considered visible (as long as the overall playlist visibility allows it). Example: Assume your playlist has a total duration of 600 seconds, and you define the following markers:
Note: The offset is relative to the start of the playlist, not the absolute time. Note 2: Offsets that do not align with segment boundaries will be floored to the last segment end time. In the above example, if segments are 6 seconds long, and you set a Start Publish marker at offset 123, it will be treated as offset 120.
OK