put http://localhost:9100/api/versioned/v1/projects//publishedClustersConfiguration
This endpoint updates the time to live for versioned datasets associated with published clusters. By default, these datasets never delete. If you supply a time to live, Tamr Core does not apply it to the most recent dataset, only to older versions.
You use ISO 8601 Durations format to define the time to live. For example:
{
"versionsTimeToLive" : "P4D"
}
The largest unit of time that can be used is days. This can be used to specify a week or month, for example, as P7D
and P30D
, respectively.
On success, returns the updated Published Clusters Configuration Object for the specified project.