mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
* Add Tag API * Add Tag API tests * Add Release Note for #6746 * Make release note more user-facing * Remove unnecessary type coercion in tagModel.fromExternal Since APITagEntity picks all properties from TagEntity, the types are structurally identical and TypeScript can verify compatibility without manual coercion. Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
7 lines
134 B
Markdown
7 lines
134 B
Markdown
---
|
|
category: Features
|
|
authors: [pouwerkerk]
|
|
---
|
|
|
|
Adds API support to manage tags (`getTags`, `createTag`, `updateTag`, `deleteTag`).
|