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" ]