Skip to main content
Configure archive settings
curl --request POST \
  --url https://api.example.com/archive/configure \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true,
  "retention_days": 123
}
'
{}

Body

application/json
enabled
boolean | null
required
retention_days
integer | null
required

Response

200 - application/json

OK

The response is of type object.