Skip to content

Commit

Permalink
Merge pull request #17 from eric-murray/eric-murray-patch-1
Browse files Browse the repository at this point in the history
Change tenure date format from date-time to date
  • Loading branch information
eric-murray authored Dec 16, 2024
2 parents aff4b46 + c7c493f commit 5e4f2bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/API_definitions/kyc-tenure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ components:
$ref: "#/components/schemas/PhoneNumber"
tenureDate:
type: string
description: The date from which continuous tenure of the identified network subscriber is required to be confirmed
format: date-time
example: "2023-07-03T00:00:00Z"
description: The date, in RFC 3339 / ISO 8601 compliant format "YYYY-MM-DD", from which continuous tenure of the identified network subscriber is required to be confirmed
format: date
example: "2023-07-03"
required:
- tenureDate

Expand Down

0 comments on commit 5e4f2bb

Please sign in to comment.