Skip to content

Commit

Permalink
Merge pull request #2476 from nemozak1/develop
Browse files Browse the repository at this point in the history
change example ID in accountsHeld swagger definition to valid UUID
  • Loading branch information
simonredfern authored Jan 9, 2025
2 parents 2480ad9 + 739ed81 commit dc4f6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3639,7 +3639,7 @@ object SwaggerDefinitionsJSON {


val accountHeldJson = AccountHeldJson(
id = "12314",
id = "7b97bd26-583b-4c3b-8282-55ea9d934aad",
label = "My Account",
bank_id= "123",
number = "123",
Expand Down

0 comments on commit dc4f6d7

Please sign in to comment.