aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/Payee.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/Payee.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/Payee.md')
-rw-r--r--ynab-api/docs/Payee.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ynab-api/docs/Payee.md b/ynab-api/docs/Payee.md
index a52f0f9..ff886e6 100644
--- a/ynab-api/docs/Payee.md
+++ b/ynab-api/docs/Payee.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**name** | **String** | |
-**transfer_account_id** | **String** | If a transfer payee, the account_id to which this payee transfers to |
+**transfer_account_id** | **String** | If a transfer payee, the account_id to which this payee transfers to | [optional]
**deleted** | **bool** | Whether or not the payee has been deleted. Deleted payees will only be included in delta requests. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)