User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

Update published clusters configuration

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 P7Dand P30D, respectively.

On success, returns the updated Published Clusters Configuration Object for the specified project.

Language
Click Try It! to start a request and see the response here!