Skip to content

Commit

Permalink
Update id-match-1.2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Feb 10, 2021
1 parent 609cd9d commit 44aa9ce
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions id-match-1.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,6 @@ servers:
paths:
/people/{sorLabel}/{sorId}:

get:
tags:
- idMatch
summary: GET-based; Search only, similar to a regular request, except that a new identity will never be created as a result of the request
operationId: requestSerchOnlyGet
parameters:
- name: sorLabel
in: path
description: The official designation of the requesting SOR
required: true
schema:
type: string
- name: sorId
in: path
description: The SOR-assigned identifier for the person
required: true
schema:
type: string
- in: query
name: name.0
schema:
type: string
description: The
- in: query
name: dateOfBirth
schema:
type: string
description: The
responses:
'200':
description: An existing identity was found matching the specified attributes.
'201':
description: Return new referenceId for a person new to ID Match

post:
tags:
- idMatch
Expand Down

0 comments on commit 44aa9ce

Please sign in to comment.