php-crisp-api
php-crisp-api copied to clipboard
CrispClient->websiteConversations->updateMeta() returns an empty array?
While in the process of trying to work out how to assign a user while creating a new conversation (but before the message is sent), I discovered that updateMeta() returns an empty array:
array(0) {
}
I believe it should return something similar to this, as the docs suggest? (https://docs.crisp.chat/references/rest-api/v1/#update-conversation-metas)
{
"error": false,
"reason": "updated",
"data": {}
}