Skip to content

Commit

Permalink
updated comment so the behaviour is clearer when looking at swagger UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Aug 1, 2024
1 parent 5523518 commit 286f057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ public Response getDocumentsByTag(@PathParam("tag") String tag) {
}

/**
* Updates a cases allowed groups. All allowed groups must be submitted in one request - existing permissions will be overwritten, not added to. This endpoint can also be used to reset security for a case by sending an empty list of groups.
* Updates a cases allowed groups. All allowed groups must be submitted in one request - existing permissions will be overwritten, not added to. This endpoint can also be used to reset security for a case by sending an empty list of groups. Providing the ID of a group is sufficient.
*
* @param id case ID
* @param allowedGroups the groups allowed to access the case
Expand Down

0 comments on commit 286f057

Please sign in to comment.