Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pocketsmith/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pocketsmith/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: split-transaction-api-update
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2025

  1. Updating documentation to reflect changes to the split transactions API.

    We no longer accept a separate note within a split transaction, in order to more closely match behaviour in the current iteration of the web app.
    
    Likewise, an is_transfer parameter is now accepted for transaction splits, to indicate that the split should be treated as a transfer.
    
    Additional information and an updated example for the transaction amount parameter is also included, clarifying that transaction type is indicated via the sign provided on the transaction amount.
    James Wigglesworth committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    b0f3f3e View commit details
    Browse the repository at this point in the history
  2. Further updates to negative based examples

    James Wigglesworth committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    9987a56 View commit details
    Browse the repository at this point in the history
  3. Improving description of the signs on transaction amounts, updating m…

    …ore debit transaction examples to use a signed amount.
    James Wigglesworth committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    cc5724c View commit details
    Browse the repository at this point in the history
  4. Further tweaks, clarifications and unifications.

    James Wigglesworth committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    7d61b11 View commit details
    Browse the repository at this point in the history
Loading