Update History Time to Live By Key And Tenant
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.aseeflow.microgolem.net/manual/develop/reference/deployment-descriptors/tags/process-engine#configuration-properties)
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The key of the decision definitions to change history time to live.
The id of the tenant the decision definition belongs to.
Body
New value for historyTimeToLive field of the definition.
Can be null if enforceHistoryTimeToLive is configured to false.
Cannot be negative.
x >= 0Response
Request successful.