cURL
curl --request POST \ --url https://api.example.com/retention/configure \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "retention_days": 123 } '
{}
POST /retention/configure — enable/disable local retention, set days.
OK
The response is of type object.
object
Was this page helpful?