curl --request POST \
--url https://api.example.com/archive/configure \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"retention_days": 123
}
'{}POST /archive/configure — update retention or disable.
curl --request POST \
--url https://api.example.com/archive/configure \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"retention_days": 123
}
'{}Was this page helpful?