if ( badKeys.length > 0 ) {
        return res.status( 400 ).send(
        "The following properties are immutable: " + badKeys.join( ", " ) );
    }