Skip to main content
PUT
Update History Time to Live By Key And Tenant

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

key
string
required

The key of the decision definitions to change history time to live.

tenant-id
string
required

The id of the tenant the decision definition belongs to.

Body

application/json
historyTimeToLive
integer<int32> | null

New value for historyTimeToLive field of the definition. Can be null if enforceHistoryTimeToLive is configured to false. Cannot be negative.

Required range: x >= 0

Response

Request successful.