Update transaction
Use this endpoint to update a specific transaction according to its unique GUID.
PUT
/users/{user_guid}/transactions/{transaction_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
transaction_guid The unique id for a | Required | String |
Request Body
Transaction object with the fields to be updated.
| Field | Required | Type |
|---|---|---|
transaction | Required | Object |
Loading...