Nuxa
Api referenceChatApiChatManageId

PATCH /api/chat/manage/{id}

PATCH
/api/chat/manage/{id}

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Path Parameters

id*string

The id parameter

Request Body

application/json

label*string
prompt*string

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://app.nuxa.ai/api/chat/manage/string" \  -H "Content-Type: application/json" \  -d '{    "label": "string",    "prompt": "string"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}