Skip to content

Commit

Permalink
Merge pull request #207 from CurrencyCloud/SWAGGER-243_Remove_Transfe…
Browse files Browse the repository at this point in the history
…rUUID_validation_doc

Removes Transfer UUID validation info
  • Loading branch information
jonathancouchman authored Oct 15, 2021
2 parents 780181e + 9c9a5bc commit 6fd5ca0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14711,7 +14711,7 @@ paths:
in: formData
required: false
type: string
description: User-generated idempotency key. The value must be in UUID format
description: User-generated idempotency key.
responses:
'200':
description: Success.
Expand All @@ -14730,11 +14730,6 @@ paths:
The unique_request_id provided for this transfer has already been used,
please provide a new one to successfully submit this transfer
params: ''
- code: unique_request_id_is_not_valid_uuid
category: unique_request_id
message: >-
unique_request_id should be in UUID format
params: ''
schema:
$ref: '#/definitions/CreateTransferError'
headers:
Expand Down

0 comments on commit 6fd5ca0

Please sign in to comment.