Applies tag updates to one or more transactions, including adding new tags, removing existing tags, or modifying tag metadata.
model (TransactionTagUpdateCommandRequest, required) — Update command including:
transactionIds (array of strings, required) — List of transaction IDs to update.tagsToAdd (array of strings, optional) — List of tag names to add.tagsToRemove (array of strings, optional) — List of tag names to remove.TransactionTagUpdateCommandResponse indicating the result and count of updated transactions.
The access token received from the authorization server in the OAuth 2.0 flow.
The update command containing transaction IDs and tag operations (add/remove) to perform.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents the response returned after updating transaction tags.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null