cURL
curl --request PATCH \ --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user/conversations/{conversationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "pinned": true, "tags": [ "<string>" ] } '
{ "success": true, "data": { "id": "<string>", "lastMessageAt": "2023-11-07T05:31:56Z", "status": "active", "messageCount": 123, "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "title": "<string>", "type": "chat", "inputType": "text", "prepromptKey": "<string>", "preview": "<string>", "pinned": true, "tags": [ "<string>" ], "metadata": { "firstMessage": "<string>", "tags": [ "<string>" ], "pinned": true, "model": "<string>" } }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "requestId": "<string>" } }
title
pinned
tags
Auth0 access token for registered users.
Conversation ID (24 character MongoDB ObjectId).
24
1 - 200
10
50
Conversation updated.
true
Show child attributes