Slideshows
Update Slideshow
Update slideshow metadata, settings, product link, or full slide content
PATCH
Apply a partial update to a slideshow.
Path Parameters
Slideshow UUID.
Body Parameters
Optional title override.
Optional status update:
draft or rendered.Optional:
educational or personal.Optional product link update. Set
null to detach.Optional partial settings patch.
Optional full slide replacement array.
If you update
slides on a slideshow currently in rendered status, the API
automatically resets it to draft and clears render artifacts
(preview_image_url, last_rendered_at, and per-slide rendered_image_url).Error Responses
400 invalid_json- body is not valid JSON422 invalid_payload- schema validation failed or body is empty404 not_found- slideshow is missing/outside key scope404 product_not_found- referencedproduct_iddoes not exist403 forbidden_product_access- referencedproduct_idis outside key scope401- authentication failed (missing/invalid/revoked token)402 subscription_required- active Creator/Professional/Business plan required403 tier_not_allowed- Scheduler tier cannot use Partner API500 update_failed- unexpected update failure
