Content-Length: 256992 | pFad | https://github.com/lowcoder-org/lowcoder/commit/5cb331805dec1b29ae51024a4907918c11f6b5e4
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 5cb3318Copy full SHA for 5cb3318
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,
Fetched URL: https://github.com/lowcoder-org/lowcoder/commit/5cb331805dec1b29ae51024a4907918c11f6b5e4
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments