mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Docs: remove account type reference (#6106)
This commit is contained in:
committed by
GitHub
parent
b307cbc7ea
commit
717a7db9e7
@@ -157,12 +157,6 @@ export let objects = {
|
||||
account: [
|
||||
{ name: 'id', type: types.id },
|
||||
{ name: 'name', type: 'string', required: true },
|
||||
{
|
||||
name: 'type',
|
||||
type: 'string',
|
||||
required: true,
|
||||
description: 'Must be a valid type. See notes below.',
|
||||
},
|
||||
{
|
||||
name: 'offbudget',
|
||||
type: 'bool',
|
||||
|
||||
6
upcoming-release-notes/6106.md
Normal file
6
upcoming-release-notes/6106.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Docs: remove account type reference
|
||||
Reference in New Issue
Block a user