Skip to content

Commit

Permalink
Merge pull request #165 from CurrencyCloud/swagger-169_fix_terms_and_…
Browse files Browse the repository at this point in the history
…conditions_for_account_update

Fixes the terms_and_conditions_accepted for accounts update
  • Loading branch information
jonathancouchman authored Dec 24, 2020
2 parents b5a33a9 + 8012d2e commit 609bc2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,6 @@ paths:
required: false
type: string
description: Contact UUID.
- name: terms_and_conditions_accepted
in: query
required: false
type: boolean
description: Acceptance of the terms and conditions.
responses:
'200':
description: Success.
Expand Down Expand Up @@ -931,6 +926,11 @@ paths:
description: >-
A unique reference code for the identification document, such as a
passport number.
- name: terms_and_conditions_accepted
in: formData
required: false
type: boolean
description: Acceptance of the terms and conditions.
responses:
'200':
description: Success.
Expand Down

0 comments on commit 609bc2f

Please sign in to comment.