We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api/applications/{appId}/get_groups_or_members_without_permissions
/application/{appId}/groups-members/available
1 parent 096a7d2 commit 18d3e40Copy full SHA for 18d3e40
server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/application/ApplicationEndpoints.java
@@ -251,7 +251,7 @@ public Mono<ResponseView<Boolean>> grantPermission(
251
summary = "Get groups or members without permissions",
252
description = "Retrieve the groups or members of a specific Lowcoder Application identified by its ID that do not have permissions."
253
)
254
- @GetMapping("/{applicationId}/get_groups_or_members_without_permissions")
+ @GetMapping("/{applicationId}/groups-members/available")
255
public Mono<ResponseView<List<Object>>> getGroupsOrMembersWithoutPermissions(
256
@PathVariable String applicationId,
257
@RequestParam(required = false) String search,
0 commit comments