This endpoint lets you change the status of the conversation to “open” or “closed” and assign it to a user.
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
The id of the conversation to update
Request body to update a Conversation
You can close or re-open the conversation.
It will change the "is_solved" boolean of the conversation but it won't change the is_expired.
If the conversation is expired we can't re-open it.
open, closed Only for enterprise organizations. The user will be assigned to the conversation.
You can only assign a conversation to a user that:
USER_ID, unassigned OK
success