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_idstringRequired

Request

This endpoint expects an object.
titlestringRequired

Response

Successful Response
session_idstring
titlestring
statusstring or nullDefaults to renamed

Errors