Closes and resolves a report with optional public comment. Marks report as handled and creates audit log entry. Requires REPORT_RESOLVE permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/reports/resolve \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"report_id": "<string>",
"public_comment": "<string>"
}
'{
"report_id": "<string>",
"resolved_at": "<string>",
"public_comment": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
curl --request POST \
--url https://api.fluxer.app/v1/admin/reports/resolve \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"report_id": "<string>",
"public_comment": "<string>"
}
'{
"report_id": "<string>",
"resolved_at": "<string>",
"public_comment": "<string>"
}