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