From 829dac8083494a942cfda22bcc2dff2d1a54f2f8 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 4 Nov 2020 12:25:52 -0600 Subject: [PATCH 1/3] Update and rename idMatchApi.yml to id-match-api.yml --- idMatchApi.yml => id-match-api.yml | 2 -- 1 file changed, 2 deletions(-) rename idMatchApi.yml => id-match-api.yml (99%) diff --git a/idMatchApi.yml b/id-match-api.yml similarity index 99% rename from idMatchApi.yml rename to id-match-api.yml index ea10e92..d32c43e 100644 --- a/idMatchApi.yml +++ b/id-match-api.yml @@ -54,8 +54,6 @@ paths: type: mobile number: 8185551234 - referenceId: M523441767 - responses: '201': description: Return new referenceId for a person new to ID Match From b4adcb63f41f0ac47545bfd075cbb4e5a2cfa4f8 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 4 Nov 2020 12:30:59 -0600 Subject: [PATCH 2/3] Update id-match-api.yml --- id-match-api.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/id-match-api.yml b/id-match-api.yml index d32c43e..0ccb13b 100644 --- a/id-match-api.yml +++ b/id-match-api.yml @@ -62,9 +62,22 @@ paths: schema: $ref: '#/components/schemas/people' example: - { + names: + - + type: official + given: Pat + family: Lee + dateOfBirth: "1983-03-18" + identifiers: + - + type: national + identifier: 3B902AE12DF55196 + telephoneNumbers: + - + type: mobile + number: 8185551234 + referenceId: M523441767 - } '200': description: Return referenceId for a person known to ID Match From 3ab5325f84e6e6f880299d4db5f5e0bbc83bb531 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 4 Nov 2020 12:34:18 -0600 Subject: [PATCH 3/3] example 200 and 201 responses for request ref id --- id-match-api.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/id-match-api.yml b/id-match-api.yml index 0ccb13b..dcf0c41 100644 --- a/id-match-api.yml +++ b/id-match-api.yml @@ -78,7 +78,6 @@ paths: number: 8185551234 referenceId: M523441767 - '200': description: Return referenceId for a person known to ID Match content: