Skip to content
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: 5 additions & 5 deletions api-references/data/account-aggregator.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
]
Expand All @@ -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": {
Expand Down Expand Up @@ -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"
]
Expand Down