Set Retention Policies to Enabled

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description:Sets the Release Bundle retention policy to enabled.

Warning: If enable is set to false, any bundles can be deleted even if they have been marked as keep (i.e., their keep status will be ignored).

Security:Requires admin privileges

Usage:POST /artifactory/api/v1/bundle/retention/config/enable

Produces: N/A

Since:7.55.1

Sample Usage:

BODY:
{
    "enable":true
}