Skip to content

Regenerate API client from spec v1.85.0#93

Merged
bradymholt merged 1 commit into
mainfrom
claude/festive-haibt-eeb839
Jul 2, 2026
Merged

Regenerate API client from spec v1.85.0#93
bradymholt merged 1 commit into
mainfrom
claude/festive-haibt-eeb839

Conversation

@bradymholt

@bradymholt bradymholt commented Jun 29, 2026

Copy link
Copy Markdown
Member

Regenerates the SDK against the YNAB API spec through v1.85.0, picking up changes released since the last generation at v1.83.0. Generated output only.

until_date on transaction endpoints

All five transaction list endpoints (getTransactions, getTransactionsByAccount, getTransactionsByCategory, getTransactionsByPayee, getTransactionsByMonth) now accept an until_date query parameter, so callers can bound the upper end of a date range alongside the existing since_date. The since_date description also notes that it defaults to one year ago when not specified.

internal flag on categories

Category and CategoryGroup (and the related save/existing/new variants) now expose a required internal boolean indicating whether the category or group is internal. Relatedly, SaveCategory.category_group_id now documents that an internal category group may not be specified.

Implementation notes

Regenerated lib/ynab/ (models, apis) and docs/, along with open_api_spec.yaml and the generator metadata files. Several endpoint summaries were tidied ("Get all transactions" to "Get transactions", etc.).

Testing

rspec - 56 examples, 0 failures.

Adds the until_date query parameter to transaction endpoints and the
internal field on categories and category groups.
@bradymholt bradymholt changed the title Regenerate API client from spec 1.85.0 Regenerate API client from spec v1.85.0 Jun 29, 2026
@bradymholt bradymholt requested review from a team and tessa-h and removed request for a team June 29, 2026 21:59

@tessa-h tessa-h left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is my first time in this repo, but me and Claude think this PR looks clean 👍

@bradymholt bradymholt merged commit 08e7417 into main Jul 2, 2026
3 checks passed
@bradymholt bradymholt deleted the claude/festive-haibt-eeb839 branch July 2, 2026 16:01
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

The changes in this PR were just released in 5.2.0 🎉.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants