Skip to content

Commit

Permalink
Merge pull request #417 from basiqio/DX-776-deprecate-affordability-a…
Browse files Browse the repository at this point in the history
…pi-spec

DX-776 Deprecate Affordability / income & expense EP
  • Loading branch information
basiq-ash authored Sep 4, 2024
2 parents 83d48bb + baba218 commit bad932f
Showing 1 changed file with 9 additions and 1 deletion.
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

0 comments on commit bad932f

Please sign in to comment.