Skip to content

Commit

Permalink
Merge pull request #62 from regulaforensics/update-groups
Browse files Browse the repository at this point in the history
update UpdateGroup model
  • Loading branch information
dangost committed Jul 7, 2023
2 parents 8377fff + 300469f commit ec9b1cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ definitions:
type: array
description: "Add items."
items:
type: integer
example: [ 1,2,3 ]
type: string
format: uuid
removeItems:
type: array
description: "Remove items."
items:
type: integer
example: [ 4,5,6 ]
type: string
format: uuid

0 comments on commit ec9b1cc

Please sign in to comment.