Skip to content

Commit be6b64c

Browse files
Merge pull request #79 from regulaforensics/SP-12731/Change_groupIds_type
SP-12731: Change groupIds data type
2 parents 85c74ea + d3b6908 commit be6b64c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

search.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ definitions:
5757
type: array
5858
description: "IDs of the groups in which the search is performed."
5959
items:
60-
type: integer
60+
type: string
61+
format: uuid
6162
PersonCreatedResponse:
6263
type: object
6364
properties:

0 commit comments

Comments
 (0)