From 44aa9cea84601ad5f8da260f8d3273f6370ea2d4 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 10 Feb 2021 08:15:24 -0600 Subject: [PATCH] Update id-match-1.2.yml --- id-match-1.2.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/id-match-1.2.yml b/id-match-1.2.yml index 788aeef..1c1400b 100644 --- a/id-match-1.2.yml +++ b/id-match-1.2.yml @@ -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