aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CategoriesApi.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-07 03:57:33 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-07 03:57:33 -0500
commita942c7c8e17eb829ef1581c0b556665784f19e33 (patch)
treeff391dc8d22860009bd06f77042cb74d6eb6c1f2 /docs/CategoriesApi.md
parent4c94e5f9101c14bfc5c6989d11ea6c855c809f0b (diff)
downloadynab-api-a942c7c8e17eb829ef1581c0b556665784f19e33.tar.gz
ynab-api-a942c7c8e17eb829ef1581c0b556665784f19e33.zip
update openapi spec and regenerate with newer openapi-generator
the newer openapi-generator picks up fixes for optional parameters, among other things
Diffstat (limited to 'docs/CategoriesApi.md')
-rw-r--r--docs/CategoriesApi.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/CategoriesApi.md b/docs/CategoriesApi.md
index 4266752..29ecc5b 100644
--- a/docs/CategoriesApi.md
+++ b/docs/CategoriesApi.md
@@ -23,8 +23,8 @@ Returns all categories grouped by category group. Amounts (budgeted, activity,
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
-**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | Required |
-**last_knowledge_of_server** | **i64** | The starting server knowledge. If provided, only entities that have changed since last_knowledge_of_server will be included. | |
+**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | [required] |
+**last_knowledge_of_server** | Option<**i64**> | The starting server knowledge. If provided, only entities that have changed since last_knowledge_of_server will be included. | |
### Return type
@@ -54,8 +54,8 @@ Returns a single category. Amounts (budgeted, activity, balance, etc.) are spec
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
-**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | Required |
-**category_id** | **String** | The id of the category | Required |
+**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | [required] |
+**category_id** | **String** | The id of the category | [required] |
### Return type
@@ -85,9 +85,9 @@ Returns a single category for a specific budget month. Amounts (budgeted, activ
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
-**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | Required |
-**month** | **String** | The budget month in ISO format (e.g. 2016-12-01) (\"current\" can also be used to specify the current calendar month (UTC)) | Required |
-**category_id** | **String** | The id of the category | Required |
+**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | [required] |
+**month** | **String** | The budget month in ISO format (e.g. 2016-12-01) (\"current\" can also be used to specify the current calendar month (UTC)) | [required] |
+**category_id** | **String** | The id of the category | [required] |
### Return type
@@ -117,10 +117,10 @@ Update a category for a specific month
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
-**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | Required |
-**month** | **String** | The budget month in ISO format (e.g. 2016-12-01) (\"current\" can also be used to specify the current calendar month (UTC)) | Required |
-**category_id** | **String** | The id of the category | Required |
-**data** | [**SaveMonthCategoryWrapper**](SaveMonthCategoryWrapper.md) | The category to update | Required |
+**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | [required] |
+**month** | **String** | The budget month in ISO format (e.g. 2016-12-01) (\"current\" can also be used to specify the current calendar month (UTC)) | [required] |
+**category_id** | **String** | The id of the category | [required] |
+**data** | [**SaveMonthCategoryWrapper**](SaveMonthCategoryWrapper.md) | The category to update | [required] |
### Return type