9.0.006.11
Journey Optimization Platform Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
11/22/17 | Hot Fix | X |
Helpful Links
Releases Info
Product Documentation
Genesys Products
What's New
This release includes only resolved issues.
Resolved Issues
This release contains the following resolved issues:
This release includes the following improvements to the Datasets API functionality.
Only special keywords are allowed for the sep (separator) parameter. Those keywords are COMMA and TAB, which correspond to ',' and '\t' respectively. All other characters are rejected. The body request to create a dataset should have a format similar to the following example:
{
"token": "auth token",
"name": "DatasetName",
"sep": "TAB",
"csv_file": "file object"
}
(PRR-1438)
The Predictive Matching API has been extended to include a new end-point, which enables you to append new data to an existing dataset. The command should have a format similar to that shown in the following example:
PUT /datasets/<datasetId>/append
The datasetId can be found on the Datasets tab in the Settings section of the Predictive Matching application.
The mandatory parameters for the API request are the following:
- access token
- separator
- csv_file (the path to csv file) or batch_data
(PRR-1414)
Upgrade Notes
No special procedure is required to upgrade to release 9.0.006.11.