aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/Account.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-09 03:55:27 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-09 03:55:27 -0400
commit057912a0bac78d57e6c95ccecd865f27476e5006 (patch)
tree96cfcc8b90b6b5fdb4203a7bee1152f627c12cb1 /ynab-api/docs/Account.md
parent16e155d5ad923bb8046e07c7f6d3ce6bc66def1c (diff)
downloadynab-api-057912a0bac78d57e6c95ccecd865f27476e5006.tar.gz
ynab-api-057912a0bac78d57e6c95ccecd865f27476e5006.zip
fix the provided openapi spec
a lot of things marked required actually aren't
Diffstat (limited to 'ynab-api/docs/Account.md')
-rw-r--r--ynab-api/docs/Account.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ynab-api/docs/Account.md b/ynab-api/docs/Account.md
index adeab71..265294b 100644
--- a/ynab-api/docs/Account.md
+++ b/ynab-api/docs/Account.md
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
**_type** | **String** | The type of account. Note: payPal, merchantAccount, investmentAccount, and mortgage types have been deprecated and will be removed in the future. |
**on_budget** | **bool** | Whether this account is on budget or not |
**closed** | **bool** | Whether this account is closed or not |
-**note** | **String** | |
+**note** | **String** | | [optional]
**balance** | **i64** | The current balance of the account in milliunits format |
**cleared_balance** | **i64** | The current cleared balance of the account in milliunits format |
**uncleared_balance** | **i64** | The current uncleared balance of the account in milliunits format |