aboutsummaryrefslogtreecommitdiffstats
path: root/docs/MonthsApi.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/MonthsApi.md')
-rw-r--r--docs/MonthsApi.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/MonthsApi.md b/docs/MonthsApi.md
index afa4884..aecf1ce 100644
--- a/docs/MonthsApi.md
+++ b/docs/MonthsApi.md
@@ -21,8 +21,8 @@ Returns a single budget 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 |
+**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] |
### Return type
@@ -52,8 +52,8 @@ Returns all budget months
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