For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Accounts
- 🌱 Expose
fields as an attribute in Accounts endpoints: In the create and update endpoints for Accounts, fields is now exposed as an attribute. Requests with data in the fields attribute will make updates to an Account’s fields.
Documents
- 🍃 Add Transaction relationship to Documents: Document resources now include the related Transaction resource details, if any, in
data.relationships.
Reports
- 🌱 Add
is_recurring attribute to Reports: Report resources now include an attribute is-recurring that indicates whether or not the Report is queued up for another run in the future.