can someone tell me the usage of following rest call
api/v1/transport-nodes/<tn-id>?if_id=vmkX&esx_mgmt_if_migration_dest=<LSwitch>
i am getting the following response when i tried to follow the same format
{
"httpStatus" : "BAD_REQUEST",
"error_code" : 220,
"module_name" : "common-services",
"error_message" : "Required request body is missing: public java.lang.Object com.vmware.nsxapi.transportnode.controller.TransportNodeController.updateTransportNode(java.lang.String,java.lang.String,java.lang.String,com.vmware.nsxapi.transportnode.dto.TransportNodeDto,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"