update_transaction
Update an existing transaction's details by ID, modifying only specified fields like quantity or price, while preserving card identity and transaction type.
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 |