Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/openapi/account-info-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14238,7 +14238,7 @@
"OB_CodeMnemonic": {
"description": "The four letter Mnemonic used within an XML file to identify a code",
"type": "string",
"pattern": "^\\\\w{0,4}$"
"pattern": "^\\w{0,4}$"
},
"OB_FeeCategory1Code": {
"description": "Categorisation of fees and charges into standard categories.",
Expand Down
2 changes: 1 addition & 1 deletion dist/openapi/account-info-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12420,7 +12420,7 @@ components:
OB_CodeMnemonic:
description: The four letter Mnemonic used within an XML file to identify a code
type: string
pattern: ^\\w{0,4}$
pattern: ^\w{0,4}$
OB_FeeCategory1Code:
description: Categorisation of fees and charges into standard categories.
type: string
Expand Down