From baba21818043d2eac7482ff884d3b6aec865d356 Mon Sep 17 00:00:00 2001 From: Ashman Malik Date: Wed, 4 Sep 2024 10:02:04 +1000 Subject: [PATCH] DX-776 Deprecate Aff / income & expense EP - Deprecated Aff Endpoint - Deprecated Income Endpoint - Deprecated Expense Endpoint Co-Authored-By: Esther <123347090+Basiq-Esther@users.noreply.github.com> --- affordability.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/affordability.yml b/affordability.yml index 2596342..3300ee7 100644 --- a/affordability.yml +++ b/affordability.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -2167,4 +2175,4 @@ x-readme: - node - ruby - javascript - - python + - python \ No newline at end of file