Skip to main content

98 posts tagged with "✅ Fixed"

Changes related to bug fixes

View All Tags

Service API v2.2.0

  • Added a new feature for setting custom agent properties. You can now pass in any custom property you want for an Agent and it will be saved in the Parley system.
  • Fixed an issue in the API documentation where the content type of the /services call was image/png and it should've been application/json

Client API v1.6.7

Fixed a small typo in the API documentation under the payload for sending Media as a message.
POST /messages (Press the "Media" button to switch the payload)
It said the datatype of the media.id field should be an integer, but it should have been a string.

Service API v2.1.6

Fixed an issue where new messages would not be sent to the Service when the Service is disabled (due to multiple failed attempts to communicate with the Service).
When the Service is disabled it only means that enqueued messages won't be tried anymore. All new messages are still tried 1 time before they enter the Queue.

More info about the Queuing mechanism