Skip to main content
Version: v3

Update Conversation

PUT 

/conversations/:conversationId

Update the conversation details based on the conversation ID

Request

Version stringrequired

API Version

Available optionsv3
conversationId stringrequired

Conversation ID as string

application/json

Bodyrequired

    locationIdstringrequired

    Location ID as string

    unreadCountnumber

    Count of unread messages in the conversation

    starredboolean

    Starred status of the conversation.

    feedbackobject
application/json

Successful response

Schema
    successbooleanrequired

    Boolean value as the API response.

    conversationobjectrequired

    Conversation data of the provided conversation ID.