Handle Rename Session
Rename an inbox session by updating its title.
Args: request: The FastAPI request session_id: The ID of the session to rename rename_request: The request containing the new title
Returns: RenameResponse with rename status and new title
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
session_id
Request
This endpoint expects an object.
title
Response
Successful Response
session_id
title
status