Messages API

Update Message Conversation

OVERVIEW

Update message conversation API

Request URI

PUT /api/4/conversations/{conversationid}?action={action}

 

Parameter Name Value Description
conversationid int Conversation ID
action String Actions
        MARK_AS_READ
        MARK_AS_UNREAD
        MARK_AS_ARCHIVE
        DELETE   

 

Response

If successful, the API returns the 200 status code.

If the operation fails, the API will return one of the following error codes


Response codes

 

CODE MEANING
    201    Comments returned successfully
    400    Problem with parameters
    401     Unauthorised
    403    Validation failed | Forbidden
    500    Internal error occurred while returning comments

 

In case of an error code other than 201, an error object will be returned in the format.

Comments


0 Comments

Last Updated: Nov 08,2024