Update preview file annotations in the context of a shared playlist. Reuses the same additions/updates/deletions diff format as the manager-facing /actions/preview-files/
PUT
/shared/playlists/{token}/annotations
curl \
--request PUT 'http://api.example.com/shared/playlists/{token}/annotations' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"guest_id":"string","preview_file_id":"string","additions":[{}],"updates":[{}],"deletions":["string"]}'
Request examples
{
"guest_id": "string",
"preview_file_id": "string",
"additions": [
{}
],
"updates": [
{}
],
"deletions": [
"string"
]
}
Response examples (200)
{}