cURL
curl --request POST \ --url https://sellitbr.com/api/v1/sessions/{sessionId}/updateSellit \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
Update chat session with latest sellit modifications. This is useful when you want to update the sellit in an ongoing session after making changes to it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
success