Skip to content

CrispClient->websiteConversations->updateMeta() returns an empty array? #37

@CaMer0n

Description

@CaMer0n

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": {}
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions