Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

DX-776 Deprecate Affordability / income & expense EP #417

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion affordability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ paths:
summary: List affordability summaries
description: Returns a list of affordability summaries that have been generated for a specific user.
operationId: getAffordabilityList
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -58,6 +59,7 @@ paths:
summary: Create an affordability summaries
description: Create an affordability summaries for a user
operationId: postAffordability
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -138,6 +140,7 @@ paths:
summary: Retrieve an affordability summary
description: Retrieves a specific, pre existing affordability summaries
operationId: getAffordability
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -210,6 +213,7 @@ paths:
summary: List affordability summary transactions
description: Use this endpoint to retrieve a paginated list of transactions associated with an affordability summary.
operationId: getAffordabilitySnapshotTransactions
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -289,6 +293,7 @@ paths:
summary: Create an expense summary
description: Create a new expense summary for a user
operationId: postExpenses
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -349,6 +354,7 @@ paths:
summary: Retrieve an expense summary
description: Retrieve an existing expense summary for a specific user
operationId: getExpenses
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -420,6 +426,7 @@ paths:
summary: Create an income summary
description: Create an income summary for a specific user
operationId: postIncome
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -480,6 +487,7 @@ paths:
summary: Retrieve an income summary
description: Retrieve an existing income summary for a specific user
operationId: getIncome
deprecated: true
parameters:
- name: userId
in: path
Expand Down Expand Up @@ -2167,4 +2175,4 @@ x-readme:
- node
- ruby
- javascript
- python
- python
Loading