Skip to main content
PATCH
Apply a partial update to a slideshow.

Path Parameters

string
required
Slideshow UUID.

Body Parameters

string
Optional title override.
string
Optional status update: draft or rendered.
string
Optional: educational or personal.
string (UUID) | null
Optional product link update. Set null to detach.
object
Optional partial settings patch.
array
Optional full slide replacement array.
Body cannot be empty. Send at least one updatable field.
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 JSON
  • 422 invalid_payload - schema validation failed or body is empty
  • 404 not_found - slideshow is missing/outside key scope
  • 404 product_not_found - referenced product_id does not exist
  • 403 forbidden_product_access - referenced product_id is outside key scope
  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 500 update_failed - unexpected update failure