Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cb3318

Browse files
committed
Fixed: Renamed api/applications/{appId}/get_groups_or_members_without_permissions to /application/{appId}/groups-members/available
1 parent 096a7d2 commit 5cb3318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/application/ApplicationEndpoints.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public Mono<ResponseView<Boolean>> grantPermission(
251251
summary = "Get groups or members without permissions",
252252
description = "Retrieve the groups or members of a specific Lowcoder Application identified by its ID that do not have permissions."
253253
)
254-
@GetMapping("/{applicationId}/get_groups_or_members_without_permissions")
254+
@GetMapping("/{applicationId}/groups-members/available")
255255
public Mono<ResponseView<List<Object>>> getGroupsOrMembersWithoutPermissions(
256256
@PathVariable String applicationId,
257257
@RequestParam(required = false) String search,

0 commit comments

Comments
 (0)