update_transaction
Modify specific fields of a saved transaction, such as quantity or price, by supplying the transaction ID and the patch data. Card identity and transaction type remain unchanged.
Instructions
Update an existing transaction by ID. Only the fields supplied are changed. Card identity and type (BUY/SELL) cannot be changed via this endpoint - delete and re-create instead. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Transaction ID from list_transactions. | |
| patch | Yes |