Update History Time to Live
流程定义
通过Key和TenantId更新历史记录生存时间
Updates history time to live for the latest version of the process definition for a tenant. The field is used within History cleanup.
PUT
Update History Time to Live
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 process definition to change history time to live.
The id of the tenant the process definition belongs to.
Body
application/json
New value for historyTimeToLive field of the definition.
Can be null if enforceHistoryTimeToLive is configured to false.
Cannot be negative.
Required range:
x >= 0Response
Request successful.