-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
WIRE Version
v0.15.0
What were you trying to do?
I'm creating, parsing and validating WIRE files that contains multiple transactions.
What did you expect to see?
A parsed JSON structure containing all my fed wire messages.
What did you see?
A parsed JSON structure containing ONLY the last fed wire message, others are lost.
The problem is, the API JSON is not a list: https://moov-io.github.io/wire/api/#post-/files/create
{
"ID": "3f2d23ee214",
"fedWireMessage": {
"ID": "3f2d23ee214",
...
So how could that hold multiple messages? fedWireMessage should be an array, not an object.
How can we reproduce the problem?
- Call the create API with a WIRE file that contains multiple messages
- Check the response, only one message is returned obviously because it's not an array
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request