Skip to content

Commit

Permalink
Merge pull request #206 from CurrencyCloud/2.31.1
Browse files Browse the repository at this point in the history
Release 2.31.1
  • Loading branch information
jonathancouchman authored Oct 1, 2021
2 parents eda4dfa + 2f2d4b1 commit 780181e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [2.31.1](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.31.1) (2021-10-01)
- Updates error responses for transfers/create

## [2.31.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.31.0) (2021-10-01)
- Updates payment_date parameter description on payments/create
- Adds optional unique_request_id parameter to transfers/create and transfers/find request and response
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ are not available on the API. The latest tagged release should be used instead o
### Releases
**Current**

- [2.31.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.31.0)
- [2.31.1](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.31.1)

For details on the contents of releases see [CHANGELOG](CHANGELOG.md)

**Previous**

- [2.31.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.31.0)
- [2.30.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.30.0)
- [2.29.1](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.29.1)
- [2.29.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.29.0)
Expand Down
7 changes: 5 additions & 2 deletions src/reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
converting money between currencies and making payments around the world.
Dynamically register sub-accounts to provide white labeled money transfer
services to your own customers.
version: 2.31.0
version: 2.31.1
title: Currencycloud API
termsOfService: 'https://www.currencycloud.com/terms-and-conditions/'
contact:
Expand Down Expand Up @@ -14243,7 +14243,7 @@ paths:
in: formData
required: false
type: string
description: User-generated idempotency key.
description: User-generated idempotency key. The value must be in UUID format
responses:
'200':
description: Success.
Expand Down Expand Up @@ -14323,6 +14323,9 @@ paths:
category: on_behalf_of
message: Contact was not found for this id
params: ''
- code: unique_request_id_is_not_valid_uuid
category: unique_request_id
message: unique_request_id should be in UUID format
schema:
$ref: '#/definitions/FindTransfersError'
headers:
Expand Down

0 comments on commit 780181e

Please sign in to comment.