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/CategoriesApi.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://api.ynab.com/v1*
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------ | ------------ | ----------- |
7
-
|[**create_category**](CategoriesApi.md#create_category)|**POST** /budgets/{plan_id}/categories | Create a category |
8
-
|[**create_category_group**](CategoriesApi.md#create_category_group)|**POST** /budgets/{plan_id}/category_groups | Create a category group |
9
-
|[**get_categories**](CategoriesApi.md#get_categories)|**GET** /budgets/{plan_id}/categories | Get all categories |
10
-
|[**get_category_by_id**](CategoriesApi.md#get_category_by_id)|**GET** /budgets/{plan_id}/categories/{category_id} | Get a category |
11
-
|[**get_month_category_by_id**](CategoriesApi.md#get_month_category_by_id)|**GET** /budgets/{plan_id}/months/{month}/categories/{category_id} | Get a category for a specific plan month |
12
-
|[**update_category**](CategoriesApi.md#update_category)|**PATCH** /budgets/{plan_id}/categories/{category_id} | Update a category |
13
-
|[**update_category_group**](CategoriesApi.md#update_category_group)|**PATCH** /budgets/{plan_id}/category_groups/{category_group_id} | Update a category group |
14
-
|[**update_month_category**](CategoriesApi.md#update_month_category)|**PATCH** /budgets/{plan_id}/months/{month}/categories/{category_id} | Update a category for a specific month |
7
+
|[**create_category**](CategoriesApi.md#create_category)|**POST** /plans/{plan_id}/categories | Create a category |
8
+
|[**create_category_group**](CategoriesApi.md#create_category_group)|**POST** /plans/{plan_id}/category_groups | Create a category group |
9
+
|[**get_categories**](CategoriesApi.md#get_categories)|**GET** /plans/{plan_id}/categories | Get all categories |
10
+
|[**get_category_by_id**](CategoriesApi.md#get_category_by_id)|**GET** /plans/{plan_id}/categories/{category_id} | Get a category |
11
+
|[**get_month_category_by_id**](CategoriesApi.md#get_month_category_by_id)|**GET** /plans/{plan_id}/months/{month}/categories/{category_id} | Get a category for a specific plan month |
12
+
|[**update_category**](CategoriesApi.md#update_category)|**PATCH** /plans/{plan_id}/categories/{category_id} | Update a category |
13
+
|[**update_category_group**](CategoriesApi.md#update_category_group)|**PATCH** /plans/{plan_id}/category_groups/{category_group_id} | Update a category group |
14
+
|[**update_month_category**](CategoriesApi.md#update_month_category)|**PATCH** /plans/{plan_id}/months/{month}/categories/{category_id} | Update a category for a specific month |
Copy file name to clipboardExpand all lines: docs/MoneyMovementsApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ All URIs are relative to *https://api.ynab.com/v1*
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------ | ------------ | ----------- |
7
-
|[**get_money_movement_groups**](MoneyMovementsApi.md#get_money_movement_groups)|**GET** /budgets/{plan_id}/money_movement_groups | Get all money movement groups |
8
-
|[**get_money_movement_groups_by_month**](MoneyMovementsApi.md#get_money_movement_groups_by_month)|**GET** /budgets/{plan_id}/months/{month}/money_movement_groups | Get money movement groups for a plan month |
9
-
|[**get_money_movements**](MoneyMovementsApi.md#get_money_movements)|**GET** /budgets/{plan_id}/money_movements | Get all money movements |
10
-
|[**get_money_movements_by_month**](MoneyMovementsApi.md#get_money_movements_by_month)|**GET** /budgets/{plan_id}/months/{month}/money_movements | Get money movements for a plan month |
7
+
|[**get_money_movement_groups**](MoneyMovementsApi.md#get_money_movement_groups)|**GET** /plans/{plan_id}/money_movement_groups | Get all money movement groups |
8
+
|[**get_money_movement_groups_by_month**](MoneyMovementsApi.md#get_money_movement_groups_by_month)|**GET** /plans/{plan_id}/months/{month}/money_movement_groups | Get money movement groups for a plan month |
9
+
|[**get_money_movements**](MoneyMovementsApi.md#get_money_movements)|**GET** /plans/{plan_id}/money_movements | Get all money movements |
10
+
|[**get_money_movements_by_month**](MoneyMovementsApi.md#get_money_movements_by_month)|**GET** /plans/{plan_id}/months/{month}/money_movements | Get money movements for a plan month |
Copy file name to clipboardExpand all lines: docs/PayeeLocationsApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ All URIs are relative to *https://api.ynab.com/v1*
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------ | ------------ | ----------- |
7
-
|[**get_payee_location_by_id**](PayeeLocationsApi.md#get_payee_location_by_id)|**GET** /budgets/{plan_id}/payee_locations/{payee_location_id} | Get a payee location |
8
-
|[**get_payee_locations**](PayeeLocationsApi.md#get_payee_locations)|**GET** /budgets/{plan_id}/payee_locations | Get all payee locations |
9
-
|[**get_payee_locations_by_payee**](PayeeLocationsApi.md#get_payee_locations_by_payee)|**GET** /budgets/{plan_id}/payees/{payee_id}/payee_locations | Get all locations for a payee |
7
+
|[**get_payee_location_by_id**](PayeeLocationsApi.md#get_payee_location_by_id)|**GET** /plans/{plan_id}/payee_locations/{payee_location_id} | Get a payee location |
8
+
|[**get_payee_locations**](PayeeLocationsApi.md#get_payee_locations)|**GET** /plans/{plan_id}/payee_locations | Get all payee locations |
9
+
|[**get_payee_locations_by_payee**](PayeeLocationsApi.md#get_payee_locations_by_payee)|**GET** /plans/{plan_id}/payees/{payee_id}/payee_locations | Get all locations for a payee |
Copy file name to clipboardExpand all lines: docs/ScheduledTransactionsApi.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ All URIs are relative to *https://api.ynab.com/v1*
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------ | ------------ | ----------- |
7
-
|[**create_scheduled_transaction**](ScheduledTransactionsApi.md#create_scheduled_transaction)|**POST** /budgets/{plan_id}/scheduled_transactions | Create a scheduled transaction |
8
-
|[**delete_scheduled_transaction**](ScheduledTransactionsApi.md#delete_scheduled_transaction)|**DELETE** /budgets/{plan_id}/scheduled_transactions/{scheduled_transaction_id} | Delete a scheduled transaction |
9
-
|[**get_scheduled_transaction_by_id**](ScheduledTransactionsApi.md#get_scheduled_transaction_by_id)|**GET** /budgets/{plan_id}/scheduled_transactions/{scheduled_transaction_id} | Get a scheduled transaction |
10
-
|[**get_scheduled_transactions**](ScheduledTransactionsApi.md#get_scheduled_transactions)|**GET** /budgets/{plan_id}/scheduled_transactions | Get all scheduled transactions |
11
-
|[**update_scheduled_transaction**](ScheduledTransactionsApi.md#update_scheduled_transaction)|**PUT** /budgets/{plan_id}/scheduled_transactions/{scheduled_transaction_id} | Update a scheduled transaction |
7
+
|[**create_scheduled_transaction**](ScheduledTransactionsApi.md#create_scheduled_transaction)|**POST** /plans/{plan_id}/scheduled_transactions | Create a scheduled transaction |
8
+
|[**delete_scheduled_transaction**](ScheduledTransactionsApi.md#delete_scheduled_transaction)|**DELETE** /plans/{plan_id}/scheduled_transactions/{scheduled_transaction_id} | Delete a scheduled transaction |
9
+
|[**get_scheduled_transaction_by_id**](ScheduledTransactionsApi.md#get_scheduled_transaction_by_id)|**GET** /plans/{plan_id}/scheduled_transactions/{scheduled_transaction_id} | Get a scheduled transaction |
10
+
|[**get_scheduled_transactions**](ScheduledTransactionsApi.md#get_scheduled_transactions)|**GET** /plans/{plan_id}/scheduled_transactions | Get all scheduled transactions |
11
+
|[**update_scheduled_transaction**](ScheduledTransactionsApi.md#update_scheduled_transaction)|**PUT** /plans/{plan_id}/scheduled_transactions/{scheduled_transaction_id} | Update a scheduled transaction |
0 commit comments