Skip to content

Commit

Permalink
Merge pull request #239 from CurrencyCloud/SWAGGER-278_Add_error_to_c…
Browse files Browse the repository at this point in the history
…reate_transfer_endpoint

Adds a new error to create_transfer
  • Loading branch information
jonathancouchman authored Jan 30, 2023
2 parents 4e0b555 + e1eef6b commit f5d7360
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14492,6 +14492,11 @@ paths:
The unique_request_id provided for this transfer is longer than 100 characters,
please provide a shorter one
params: ''
- code: cross_hub_transfer_not_permitted
category: unique_request_id
message: >-
The accounts would require a transfer between two hub banks which is not permitted
params: ''
schema:
$ref: '#/definitions/CreateTransferError'
headers:
Expand Down

0 comments on commit f5d7360

Please sign in to comment.