aboutsummaryrefslogtreecommitdiffstats
path: root/docs/AccountsApi.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/AccountsApi.md')
-rw-r--r--docs/AccountsApi.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/AccountsApi.md b/docs/AccountsApi.md
index 1958f71..ff6d67f 100644
--- a/docs/AccountsApi.md
+++ b/docs/AccountsApi.md
@@ -21,8 +21,8 @@ Returns a single account
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 |
-**account_id** | [**String**](.md) | The id of the account | 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] |
+**account_id** | [**String**](.md) | The id of the account | [required] |
### Return type
@@ -52,8 +52,8 @@ Returns all accounts
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