
Patch a transaction with subtransactions
I have an existing transaction with no subtransactions ("subtransactions": []).
I'd like to PATCH this transaction and add new subtransactions. When I try this, I get a 200 and other fields are updated, but my subtransactions remain empty.
How do I update an existing transaction to include subtransactions? The documentation indicates this should be possible.
Like
Follow
9replies