v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBagent-chat-sessions
Update Session
Update a chat session's title or archive status.
Args: request: FastAPI request used by the rate-limiter. session_id: Chat session primary key. body: Partial update payload. auth: Authenticated caller. service: Chat-session service.
Returns: ChatSessionResponse after the update.
Raises: HTTPException: 404 when the session is missing or not owned.
patch/mle-agent/sessions/{session_id}
Path parameters
session_idstring required
Request body
Response
Successful Response