cURL
curl --request POST \ --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/public/share/{shareId}/continue \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
{ "success": true, "data": { "conversationId": "<string>", "messageId": "<string>" }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "requestId": "<string>" } }
message
Share identifier returned by POST /api/v1/share.
8 - 64
1
Forked conversation created.
true
Show child attributes