You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/data-transfer/input-ports/{portId}/transactions/{transactionId}/flow-files is a POST method. Its corresponding generated Go function is ReceiveFlowFiles in the data transfer API. Currently there is no way to pass the POST body to the function. I suppose it is because the swagger does not specify anything about the body as its content type is application/octet-stream.
The text was updated successfully, but these errors were encountered:
/data-transfer/input-ports/{portId}/transactions/{transactionId}/flow-files
is aPOST
method. Its corresponding generated Go function isReceiveFlowFiles
in the data transfer API. Currently there is no way to pass thePOST
body to the function. I suppose it is because the swagger does not specify anything about the body as its content type isapplication/octet-stream
.The text was updated successfully, but these errors were encountered: