Update a user session (e.g., rename).
Returns 404 if the session is not found or has been deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Representation of a user-owned conversation container.
Unique session identifier
Owner user identifier
Current session status
ACTIVE, COMPLETED, DELETED Timestamp when the session was created
Descriptor type discriminator
"user_session"Optional user-defined session name
Arbitrary session metadata
Session settings for code and voice agents
Associated worktree identifier
Name of the associated worktree
Type of the associated worktree (LOCAL or REMOTE)
LOCAL, REMOTE