python-api icon indicating copy to clipboard operation
python-api copied to clipboard

Add Existing Media

Open tokejepsen opened this issue 6 months ago • 0 comments

Is there a way to add existing media to a review?

Looks like there is a update_review but passing in media or item data (see below), does not update the review.

{'active': True, 'id': media_id, 'sortorder': 1, 'status': 'done', 'thumbnail_url': media["objects"][0]["thumbnail_url"]}

tokejepsen avatar Jul 17 '25 14:07 tokejepsen