From 15c55603e1544cce14b5b0ab87b631681b1de740 Mon Sep 17 00:00:00 2001 From: Anubhav kumar Date: Tue, 25 Nov 2025 13:53:53 +0530 Subject: [PATCH] feat(AG-2534): change session id with consent id --- api-references/data/account-aggregator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-references/data/account-aggregator.json b/api-references/data/account-aggregator.json index 26905300..6818c503 100644 --- a/api-references/data/account-aggregator.json +++ b/api-references/data/account-aggregator.json @@ -752,12 +752,12 @@ } ] }, - "/v2/sessions/refresh/{session_id}": { + "/v2/sessions/refresh/{consent_id}": { "get": { "parameters": [ { "in": "path", - "name": "session_id", + "name": "consent_id", "required": true, "description": "The unique identifier of the session to be refreshed", "schema": { @@ -799,7 +799,7 @@ } }, "summary": "Refresh Data Pull", - "description": "This API refreshes an existing FI data session using the session ID. Optionally, the session can be restarted if the `restart` query parameter is provided.", + "description": "This API refreshes an existing FI data session using the consent ID. Optionally, the session can be restarted if the `restart` query parameter is provided.", "tags": [ "FI data fetch V2 APIs" ] @@ -808,7 +808,7 @@ "parameters": [ { "in": "path", - "name": "session_id", + "name": "consent_id", "required": true, "description": "The unique identifier of the session to be refreshed", "schema": { @@ -856,7 +856,7 @@ } }, "summary": "Data fetch for custom range", - "description": "This API refreshes an existing FI data session using the session ID and allows specifying a custom data range for the session.", + "description": "This API refreshes an existing FI data session using the consent ID and allows specifying a custom data range for the session.", "tags": [ "FI data fetch V2 APIs" ]