aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-17 03:20:35 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-17 03:20:35 -0400
commit39b10acb918ca059384c620d38e31c669f6696b2 (patch)
tree1d060d8eb4c7079a3208666d07605ff8e9f2a893 /data
parente801bc38e6ef8746ea61dd2bc7fce59e3204049f (diff)
downloadynab-api-39b10acb918ca059384c620d38e31c669f6696b2.tar.gz
ynab-api-39b10acb918ca059384c620d38e31c669f6696b2.zip
fix some more incorrectly required parameter values
Diffstat (limited to 'data')
-rw-r--r--data/spec-v1-swagger.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/spec-v1-swagger.json b/data/spec-v1-swagger.json
index bddd5c9..453301e 100644
--- a/data/spec-v1-swagger.json
+++ b/data/spec-v1-swagger.json
@@ -2450,7 +2450,7 @@
},
{
"type": "object",
- "required": ["account_name", "payee_name", "category_name", "subtransactions"],
+ "required": ["account_name", "subtransactions"],
"properties": {
"account_name": {
"type": "string"