Skip to content

Commit d3b6908

Browse files
SP-12731: Change groupIds data type
1 parent 85c74ea commit d3b6908

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)