# Update guest annotations for a preview file **PUT /shared/playlists/{token}/annotations** 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//update-annotations route, so concurrent edits stay safe via the Redis lock. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **token** (string) Share link token ### Body: application/json (object) - **guest_id** (string(uuid)) - **preview_file_id** (string(uuid)) - **additions** (array[object]) - **updates** (array[object]) - **deletions** (array[string(uuid)]) ## Responses ### 200 Updated preview file with the new annotations #### Body: application/json (object) object ### 400 Missing required body fields ### 403 Annotations disabled for this share link, or the preview file is not part of the shared playlist [Powered by Bump.sh](https://bump.sh)