You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ScheduledTransactionsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ All URIs are relative to *https://api.ynab.com/v1*
5
5
| Method | HTTP request | Description |
6
6
| ------ | ------------ | ----------- |
7
7
|[**create_scheduled_transaction**](ScheduledTransactionsApi.md#create_scheduled_transaction)|**POST** /budgets/{budget_id}/scheduled_transactions | Create a single scheduled transaction |
8
-
|[**delete_scheduled_transaction**](ScheduledTransactionsApi.md#delete_scheduled_transaction)|**DELETE** /budgets/{budget_id}/scheduled_transactions | Deletes an existing scheduled transaction |
8
+
|[**delete_scheduled_transaction**](ScheduledTransactionsApi.md#delete_scheduled_transaction)|**DELETE** /budgets/{budget_id}/scheduled_transactions/{scheduled_transaction_id}| Deletes an existing scheduled transaction |
9
9
|[**get_scheduled_transaction_by_id**](ScheduledTransactionsApi.md#get_scheduled_transaction_by_id)|**GET** /budgets/{budget_id}/scheduled_transactions/{scheduled_transaction_id} | Single scheduled transaction |
10
10
|[**get_scheduled_transactions**](ScheduledTransactionsApi.md#get_scheduled_transactions)|**GET** /budgets/{budget_id}/scheduled_transactions | List scheduled transactions |
11
-
|[**update_scheduled_transaction**](ScheduledTransactionsApi.md#update_scheduled_transaction)|**PUT** /budgets/{budget_id}/scheduled_transactions | Updates an existing scheduled transaction |
11
+
|[**update_scheduled_transaction**](ScheduledTransactionsApi.md#update_scheduled_transaction)|**PUT** /budgets/{budget_id}/scheduled_transactions/{scheduled_transaction_id}| Updates an existing scheduled transaction |
failArgumentError,"Missing the required parameter 'put_scheduled_transaction_wrapper' when calling ScheduledTransactionsApi.update_scheduled_transaction"
0 commit comments