Update a chat's properties
The unique identifier of the chat
Update data (title, etc.)
The updated chat object
401 - Not authenticated
404 - Chat not found
import { updateChat } from "@cpod/sdk";const updated = await updateChat("chat-123", { title: "Updated Chat Title",}); Copy
import { updateChat } from "@cpod/sdk";const updated = await updateChat("chat-123", { title: "Updated Chat Title",});
Update a chat's properties