Update Session
Updates session state without running the agent.
Args: app_name: The name of the application. user_id: The ID of the user. session_id: The ID of the session to update. req: The patch request containing state changes.
Returns: The updated session.
Raises: HTTPException: If the session is not found.
patch/apps/{app_name}/users/{user_id}/sessions/{session_id}
Path parameters
app_namestring required
user_idstring required
session_idstring required
Request body
Response
Successful Response