Update History Time to Live By Key And Tenant
PUT/decision-definition/key/:key/tenant-id/:tenant-id/history-time-to-live
Updates the latest version of the decision definition for tenant.
The field is used within History cleanup.
The value of the update is mandatory by default and does not allow null values. To enable them, please
set the feature flag enforceHistoryTimeToLive to false. Read more in [Configuration Properties]
(https://docs.fluxnova.finos.org/manual/develop/reference/deployment-descriptors/tags/process-engine#configuration-properties)
Request
Responses
- 204
- 400
- 404
Request successful.
Returned if some of the request parameters are invalid. See the Introduction for the error response format.
Decision definition with given key does not exist. See the Introduction for the error response format.