根据tenant和key更新定义的历史保存时间
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.camunda.org/manual/7.22/reference/deployment-descriptors/tags/process-engine#configuration-properties)
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
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.