Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 49b891c

Browse files
jdaileygitbook-bot
authored andcommitted
GitBook: [master] 4 pages modified
1 parent e6b9372 commit 49b891c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
* [Configure EC2 instance for WSO2 APIGateway](wso2/configure-ec2-instance-for-wso2-apigateway/README.md)
1212
* [WSO2 APIGateway install from docker-compose](wso2/configure-ec2-instance-for-wso2-apigateway/wso2-apigateway-install-from-docker-compose.md)
13-
* [Default passwords and urls](wso2/configure-ec2-instance-for-wso2-apigateway/default-passwords-and-urls.md)
13+
* [Default urls](wso2/configure-ec2-instance-for-wso2-apigateway/default-passwords-and-urls.md)
1414
* [Setup OpenBanking API's](wso2/setup-openbanking-apis/README.md)
1515
* [How to import swagger file to API store](wso2/setup-openbanking-apis/how-to-import-swagger-file-to-api-store.md)
1616
* [Account and Transaction API Specification - v3.1.2](wso2/setup-openbanking-apis/account-and-transaction-api-specification-v3.1.2.md)

wso2/configure-ec2-instance-for-wso2-apigateway/default-passwords-and-urls.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Default passwords and urls
1+
# Default urls
22

33
#### WSO2 Management console
44

@@ -7,8 +7,7 @@ https://api.lion.mlabs.dpc.hu:9443/carbon
77
https://api.elephant.mlabs.dpc.hu:9443/carbon
88
```
99

10-
**Username:** admin
11-
**Password:** admin
10+
**Username:** admin
1211

1312
#### API Publisher
1413

@@ -19,8 +18,7 @@ https://api.elephant.mlabs.dpc.hu:9443/publisher
1918

2019
In this site Bank can publish their APIs.
2120

22-
**Username:** admin
23-
**Password:** admin
21+
**Username:** admin
2422

2523
#### API Store aka Development portal
2624

wso2/setup-openbanking-apis/account-and-transaction-api-specification-v3.1.2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Account and Transaction API Specification - v3.1.2
22

33
**Scope:** accounts
4-
**Swagger definition:** [https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2/dist/account-info-swagger.yaml](https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2-RC1/dist/account-info-swagger.yaml)
4+
**Swagger definition:** [https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2/dist/account-info-swagger.yaml](https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2-RC1/dist/account-info-swagger.yaml)
5+
**OpenBanking documentation:** [https://openbanking.atlassian.net/wiki/spaces/DZ/pages/1077805296/Account+and+Transaction+API+Specification+-+v3.1.2](https://openbanking.atlassian.net/wiki/spaces/DZ/pages/1077805296/Account+and+Transaction+API+Specification+-+v3.1.2)
56

67
**Implement section**
78

wso2/setup-openbanking-apis/payment-initiation-api-specification-v3.1.2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Payment Initiation API Specification - v3.1.2
22

33
**Scope:** payments
4-
**Swagger definition:** [https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2/dist/payment-initiation-swagger.yaml](https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2-RC1/dist/payment-initiation-swagger.yaml)
4+
**Swagger definition:** [https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2/dist/payment-initiation-swagger.yaml](https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/v3.1.2-RC1/dist/payment-initiation-swagger.yaml)
5+
**OpenBanking documentation:** [https://openbanking.atlassian.net/wiki/spaces/DZ/pages/1077805296/Account+and+Transaction+API+Specification+-+v3.1.2](https://openbanking.atlassian.net/wiki/spaces/DZ/pages/1077805743/Payment+Initiation+API+Specification+-+v3.1.2)
56

67
**Implement section**
78

0 commit comments

Comments
 (0)