Open CaMer0n opened 1 year ago
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:
updateMeta()
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": {} }
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:I believe it should return something similar to this, as the docs suggest? (https://docs.crisp.chat/references/rest-api/v1/#update-conversation-metas)