You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
ERROR - operation "CreateSingleImmediatePayment" has invalid pattern in param "x-idempotency-key": "^(?!\\s)(.*)(\\S)$"
...
Definition:
{
"name": "x-idempotency-key",
"in": "header",
"description": "Every request will be processed only once per x-idempotency-key. The Idempotency Key will be valid for 24 hours.",
"required": true,
"type": "string",
"pattern": "^(?!\\s)(.*)(\\S)$",
"maxLength": 40
}
The text was updated successfully, but these errors were encountered:
you can make use of our mixin command which allows you to patch a swagger spec.
That allows you to pre-process the swagger specification and then run the code generation step.
I am getting tthe below error for this swagger file: https://raw.githubusercontent.com/OpenBankingUK/payment-initiation-api-spec/master/dist/v1.1/payment-initiation-swagger.json.
Definition:
The text was updated successfully, but these errors were encountered: