Nuxa
Api referenceCopilotApiCopilotChatUpdate title

POST /api/copilot/chat/update-title

POST
/api/copilot/chat/update-title

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Request Body

application/json

chatId*string
title*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/copilot/chat/update-title" \  -H "Content-Type: application/json" \  -d '{    "chatId": "string",    "title": "string"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}