Place a legal hold on report evidence to prevent automatic deletion. Used for compliance with legal investigations or regulatory requirements. Optionally specify an expiration date.
curl --request POST \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/legal-hold \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"expires_at": "<string>"
}
'{
"held": true
}curl --request POST \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/legal-hold \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"expires_at": "<string>"
}
'{
"held": true
}