Skip to content

Commit

Permalink
Finalize links for account-endpoint documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Aug 8, 2024
1 parent c6ca13d commit c70e26c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/api-reference/endpoints/accounts-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A token to signal cancellation of the operation.

#### Returns

`Task<NordigenApiResponse<BankAccount, BasicResponse>`
[Task](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task)\<[NordigenApiResponse](/docs/api-reference/responses/nordigen-api-response)\<[BankAccount](/docs/api-reference/responses/bank-account), [BasicResponse](/docs/api-reference/responses/basic-response)\>\>

A `NordigenApiResponse` which contains the specified account if the request was successful.

Expand Down Expand Up @@ -66,7 +66,7 @@ A token to signal cancellation of the operation.

#### Returns

`Task<NordigenApiResponse<List<Balance>, AccountsError>>`
[Task](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task)\<[NordigenApiResponse](/docs/api-reference/responses/nordigen-api-response)\<[List](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1)\<[Balance](/docs/api-reference/responses/balance)\>, [AccountsError](/docs/api-reference/errors/accounts-error)\>\>

A `NordigenApiResponse` which contains which contains a list of the balances for the specified account if the request was successful.

Expand Down Expand Up @@ -98,7 +98,7 @@ A token to signal cancellation of the operation.

#### Returns

`Task<NordigenApiResponse<BankAccountDetails, AccountsError>>`
[Task](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task)\<[NordigenApiResponse](/docs/api-reference/responses/nordigen-api-response)\<[BankAccountDetails](/docs/api-reference/responses/bank-account-details), [AccountsError](/docs/api-reference/errors/accounts-error)\>\>

A `NordigenApiResponse` which contains detailed information about the specified account if the request was successful.

Expand Down Expand Up @@ -144,6 +144,6 @@ A token to signal cancellation of the operation.

#### Returns

`Task<NordigenApiResponse<AccountTransactions, AccountsError>>`
[Task](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task)\<[NordigenApiResponse](/docs/api-reference/responses/nordigen-api-response)\<[AccountTransactions](/docs/api-reference/responses/account-transactions), [AccountsError](/docs/api-reference/errors/accounts-error)\>\>

A `NordigenApiResponse` which contains transaction data of the specified account.

0 comments on commit c70e26c

Please sign in to comment.