Skip to content

Commit fe9cd04

Browse files
Merge pull request #88 from regulaforensics/SP-13627/Remove_createPerson_from_match_and_search
SP-13627: Remove createPerson from math_and_search endpoint
2 parents 7ca3c2d + 5774467 commit fe9cd04

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

match_and_search.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ components:
4242
$ref: './common.yml#/components/schemas/ImageData'
4343
type:
4444
$ref: './matching.yml#/components/schemas/ImageSource'
45-
- $ref: './search.yml#/definitions/SearchParameters'
45+
groupIds:
46+
type: array
47+
description: "IDs of the groups in which the search is performed."
48+
items:
49+
type: string
50+
format: uuid
4651

4752
MatchAndSearchResponse:
4853
allOf:

0 commit comments

Comments
 (0)