{ "path": "/api/v1/price-alerts/{alertId}", "method": "patch", "status": "404", "type": "response", "example": { "success": false, "error": { "code": "ALERT_NOT_FOUND", "message": "Price alert not found", "details": "No price alert found with the specified ID" } } }