Skip to content

Commit

Permalink
Remove correlationId. Revert once implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoon97 committed Aug 8, 2023
1 parent fc27e8a commit db37758
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions paths/external-parties/createListExternalParties.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
"value": {
"businessName": "John Doe Equipment, LLC",
"email": "john.doe@example.com",
"correlationId": "efac856f-fdde-459c-8af7-24e3431cd07b"
}
},
"Personal": {
"value": {
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"correlationId": "df9f49c9-67f2-40eb-bf73-2e7101fbd136"
}
}
}
Expand Down
6 changes: 0 additions & 6 deletions schemas/external-parties/CreateExternalPartyRequestBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"email": {
"type": "string",
"format": "email"
},
"correlationId": {
"type": "string"
}
},
"required": [
Expand All @@ -43,9 +40,6 @@
"email": {
"type": "string",
"format": "email"
},
"correlationId": {
"type": "string"
}
},
"required": [
Expand Down
3 changes: 0 additions & 3 deletions schemas/transfers/CreateTransferRequestBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
},
"amount": {
"$ref": "../common.json#/components/schemas/Amount"
},
"correlationId": {
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit db37758

Please sign in to comment.