We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca3c2d + 5774467 commit fe9cd04Copy full SHA for fe9cd04
1 file changed
match_and_search.yml
@@ -42,7 +42,12 @@ components:
42
$ref: './common.yml#/components/schemas/ImageData'
43
type:
44
$ref: './matching.yml#/components/schemas/ImageSource'
45
- - $ref: './search.yml#/definitions/SearchParameters'
+ groupIds:
46
+ type: array
47
+ description: "IDs of the groups in which the search is performed."
48
+ items:
49
+ type: string
50
+ format: uuid
51
52
MatchAndSearchResponse:
53
allOf:
0 commit comments