Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.1.11 #104

Merged
merged 13 commits into from
Aug 23, 2023
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This is the Open Banking API specifications repository.

## Releases

API specifications are tagged according to the revision they match e.g. the v3.1.11 revision be tagged as `v3.1.110`.

API specifications are tagged according to the revision they match e.g. the v3.1.11 revision be tagged as `v3.1.11`.
This tag will form a Release. To retrieve the files for a given release be sure to use the appropriate URL, e.g.:

```https://github.com/OpenBankingUK/open-banking-specs/releases/tag/v3.1.11```
Expand Down
2 changes: 1 addition & 1 deletion dist/openapi/payment-initiation-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5325,7 +5325,7 @@
"maxLength": 70,
"description": "The unique customer identifier of the PSU with the merchant."
},
"ContractPresentIndicator": {
"ContractPresentInidicator": {
"type": "boolean",
"description": "Indicates if Payee has a contractual relationship with the PISP."
},
Expand Down
2 changes: 1 addition & 1 deletion dist/openapi/payment-initiation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3215,7 +3215,7 @@ components:
minLength: 1
maxLength: 70
description: The unique customer identifier of the PSU with the merchant.
ContractPresentIndicator:
ContractPresentInidicator:
type: boolean
description: Indicates if Payee has a contractual relationship with the PISP.
BeneficiaryPrepopulatedIndicator:
Expand Down
8 changes: 4 additions & 4 deletions dist/openapi/vrp-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"info": {
"title": "OBIE VRP Profile",
"description": "VRP OpenAPI Specification",
"version": "3.1.111",
"version": "3.1.11",
"termsOfService": "https://www.openbanking.org.uk/terms",
"contact": {
"name": "Service Desk",
Expand Down Expand Up @@ -283,8 +283,8 @@
}
],
"responses": {
"200": {
"$ref": "#/components/responses/200OBDomesticVRPFundsConfirmationResponse"
"201": {
"$ref": "#/components/responses/201OBDomesticVRPFundsConfirmationResponse"
},
"400": {
"$ref": "#/components/responses/400Error"
Expand Down Expand Up @@ -827,7 +827,7 @@
}
}
},
"200OBDomesticVRPFundsConfirmationResponse": {
"201OBDomesticVRPFundsConfirmationResponse": {
"description": "Default response",
"headers": {
"x-fapi-interaction-id": {
Expand Down
6 changes: 3 additions & 3 deletions dist/openapi/vrp-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ paths:
- $ref: "#/components/parameters/x-customer-user-agent"

responses:
'200':
$ref: "#/components/responses/200OBDomesticVRPFundsConfirmationResponse"
'201':
$ref: "#/components/responses/201OBDomesticVRPFundsConfirmationResponse"
'400':
$ref: "#/components/responses/400Error"
'401':
Expand Down Expand Up @@ -516,7 +516,7 @@ components:
schema:
$ref: "#/components/schemas/OBDomesticVRPConsentResponse"

200OBDomesticVRPFundsConfirmationResponse:
201OBDomesticVRPFundsConfirmationResponse:
description: "Default response"
headers:
x-fapi-interaction-id:
Expand Down
Loading