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