cURL
curl --request PATCH \ --url https://api.bland.ai/v1/sms/conversations/{conversation_id} \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "is_active": true }'
{ "message": "Conversation updated successfully", "conversation": { "id": "conv_1234567890", "is_active": false, "updated_at": "2024-01-15T10:30:00.000Z" } }
Updates properties of an existing SMS conversation.
false