crisp-im / python-crisp-api

🐍 Crisp API Python Wrapper
https://docs.crisp.chat/guides/rest-api/
MIT License
27 stars 11 forks source link

Change Conversation State example #21

Closed Mohsen-nosrati closed 1 year ago

Mohsen-nosrati commented 1 year ago

In the example of Change Conversation State [client.website.change_conversation_state(website_id, session_id, data)] you passed data as a string but it should be and object like this : {"state":"resolved"}

eliottvincent commented 1 year ago

Indeed! Fixed