mx_platform
Update transaction
Use this endpoint to update the description of a specific transaction according to its unique GUID.
put/users/{user_guid}/transactions/{transaction_guid}
Path parameters
transaction_guidstring required
The unique id for a transaction.
user_guidstring required
The unique id for a user.
Request body
Example request
{
"transaction": {
"description": "new description"
}
}Response
OK