AmendConnection
Changes to apply to the connection before the customer is asked to reconsent.
scopesScope[]
The scopes to request when the customer reconsents to the connection.
Possible values: [openid, common:customer.basic:read, common:customer.detail:read, bank:accounts.basic:read, bank:accounts.detail:read, bank:transactions:read, bank:regular_payments:read, bank:payees:read], >= 1
durationinteger
The number of days for which the amended connection should remain authorised following customer consent.
Possible values: >= 1 and <= 365
Example:
365AmendConnection
{
"scopes": [
"openid"
],
"duration": 365
}