Partially update conversation metadata, only updating provided fields
Partial update conversation metadata request body
Used for PATCH /api/v1/memories/conversation-meta endpoint
Group ID to update (required)
"group_123"
New conversation name
"New Conversation Name"
New conversation description
"Updated description"
New scene description
{ "bot_ids": ["bot_002"] }New tag list
["tag1", "tag2"]New user details (will completely replace existing user_details)
{
"user_001": { "full_name": "John Smith", "role": "lead" }
}New default timezone
"Asia/Shanghai"
Successfully updated conversation metadata
The response is of type Response Patch Conversation Meta Api V1 Memories Conversation Meta Patch · object.