Update a single transactionAsk AIpatch https://api.moneyhub.co.uk/v3/transactions/{transactionId}Requires transactions:read:all and either of transactions:write or transactions:write:all scopes.Path ParamstransactionIduuidrequiredThe transaction idBody ParamsaccountIdstringScope 'transactions.write.all' required. The id of the account the transaction belongs toamountobjectamount objectcategoryIdstringThe category id. Standard categories are prefixed with 'std', custom categories are prefixed with 'cus'categoryIdConfirmedbooleanFlag indicating whether the user has confirmed the category id as correctfalsetruefalsedatedate-timeScope 'transactions.write.all' required. The date that the transaction occurred. Where available this will contain an accurate time, where the time is not available it will default to midday.longDescriptionstringScope 'transactions.write.all' required. The full text description of the transactions - often as it is represented on the users bank statementshortDescriptionstringA cleaned up and shorter description of the transaction, this can be editednotesstringlength ≤ 500Arbitrary text that a user can add about a transactionstatusstringenumScope 'transactions.write.all' required. Whether the transaction has been posted (booked) or is still a pending transaction. During the transition from pending to posted the description will normally change.postedpostedpendingAllowed:postedpendingprojectIdstringThe project ID the transaction is associated withenhancedCategoriesobjectCategories to enrich a transaction withenhancedCategories objectResponses 200Successful Transaction Response 401Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token 403Unsuccessful Response - Forbidden - Invalid scopes 404Unsuccessful Response - Resource Not foundUpdated about 1 month ago