Skip to content

Commit

Permalink
Merge branch 'master' of github.internet2.edu:internet2/id-match-api
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton committed Nov 4, 2020
2 parents f3ab3f0 + 3ab5325 commit de6638c
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions idMatchApi.yml → id-match-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ paths:
type: mobile
number: 8185551234

referenceId: M523441767

responses:
'201':
description: Return new referenceId for a person new to ID Match
Expand All @@ -64,9 +62,21 @@ 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
Expand Down

0 comments on commit de6638c

Please sign in to comment.