Skip to content

Conversation Update

Protocol

POST

URL

https://api.helpmonks.com/api/v1/conversation/update

Parameters

Name Required Value Comment
id Yes ObjectId of the conversation to update

The available fields are documented in the Conversation Data Model. Refer to the Query syntax documentation on how to query against your records

Example

{
    id : '54708b4cd71ef2dbdb557b9d',
    (add available fields here to update)
}

Returned data

Please refer to the Conversation Data Model to see the data structure being returned

Note

You can only update existing fields and not create new values, i.e. company user, etc.

-->