Sessions
Update Session
Update session metadata and configuration
PATCH
Authentication
This endpoint requires authentication. Users can only update sessions they own.Path Parameters
The unique session ID to update
Request Body
All fields are optional. Only provided fields will be updated.Session title (minimum 1 character)
Comma-separated list of subreddit names. Note: Cannot be modified for imported sessions
Category ID to assign. Pass
null to reset to default categoryMinimum slide interval in seconds (1-60)
Maximum slide interval in seconds (1-60)
Transition effect: “fade”, “slide”, “zoom”, “flip”, or “none”
Custom AI prompt. Note: Cannot be modified for imported sessions
Caption theme: “joi”, “forced-bi”, “beta”, “cbt”, “cuckold”, or “custom”. Note: Cannot be modified for imported sessions
Custom thumbnail URL. Pass empty string to auto-generate from subreddits
Public accessibility flag
Whether to share to community feed. Enabling creates a persistent snapshot
Favorite status
Whether to disable auto-advance in player
Response
Returns the updated session object.Session identifier
Updated session title
Updated subreddit list
Updated category ID
Timestamp of this update
Notes
- For imported sessions, the following fields cannot be modified:
subredditscaptionThemeaiPrompt
- If an empty
thumbnailstring is provided and subreddits exist, a new thumbnail is auto-generated - Enabling
shareToCommunitycreates a persistent community snapshot with media copied to durable storage - Disabling
shareToCommunityremoves the community snapshot - Activity is tracked for analytics with the updated caption theme (if changed)