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.