Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
Signed-off-by: TomFitzpatrick <[email protected]>
  • Loading branch information
Tom-Fitzpatrick committed Jul 1, 2024
1 parent 527c1cd commit 277b28c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ interface GroupEndpoint : RestResource {

@HttpDELETE(
path = "{groupId}",
description = "This method deletes a specified group. The group can only be deleted if it is empty, i.e. having no sub-groups or users inside it.",
description = "This method deletes a specified group. The group can only be deleted if it is empty, " +
"i.e. having no sub-groups or users inside it.",
responseDescription = """
The deleted group with the following attributes:
id: Unique server generated identifier for the group
Expand Down

0 comments on commit 277b28c

Please sign in to comment.