curl --request PUT \
--url https://api.falconalert.com/reports/53 \
--header 'Content-Type: application/json' \
--data '{
"title": "Reporte actualizado de página fraudulenta",
"description": "Solicitan información personal y financiera",
"status_id": 2
}'
{
"report": {
"id": 53,
"title": "Reporte de pagina fraudulenta",
"image": "/images/reports/potholes.png",
"description": "Solicitan informacion personal",
"created_at": "2025-10-24T02:33:21.000Z",
"updated_at": "2025-10-24T02:33:21.000Z",
"created_by": 1,
"status_id": 1,
"report_url": "https://example.com/report/123",
"is_anonymous": 0
},
"categories": [2, 3]
}
curl --request PUT \
--url https://api.falconalert.com/reports/53 \
--header 'Content-Type: application/json' \
--data '{
"title": "Reporte actualizado de página fraudulenta",
"description": "Solicitan información personal y financiera",
"status_id": 2
}'
{
"report": {
"id": 53,
"title": "Reporte de pagina fraudulenta",
"image": "/images/reports/potholes.png",
"description": "Solicitan informacion personal",
"created_at": "2025-10-24T02:33:21.000Z",
"updated_at": "2025-10-24T02:33:21.000Z",
"created_by": 1,
"status_id": 1,
"report_url": "https://example.com/report/123",
"is_anonymous": 0
},
"categories": [2, 3]
}
Updates an existing report. At least one field must be provided for the update to proceed.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/4rt21/backend-proyecto/llms.txt
Use this file to discover all available pages before exploring further.
1 - Pendiente (Pending)2 - Aprobada (Approved)3 - Rechazada (Rejected)curl --request PUT \
--url https://api.falconalert.com/reports/53 \
--header 'Content-Type: application/json' \
--data '{
"title": "Reporte actualizado de página fraudulenta",
"description": "Solicitan información personal y financiera",
"status_id": 2
}'
{
"report": {
"id": 53,
"title": "Reporte de pagina fraudulenta",
"image": "/images/reports/potholes.png",
"description": "Solicitan informacion personal",
"created_at": "2025-10-24T02:33:21.000Z",
"updated_at": "2025-10-24T02:33:21.000Z",
"created_by": 1,
"status_id": 1,
"report_url": "https://example.com/report/123",
"is_anonymous": 0
},
"categories": [2, 3]
}