Skip to content

Commit 18d3e40

Browse files
dragonpooludomikula
authored andcommitted
Fixed: Renamed api/applications/{appId}/get_groups_or_members_without_permissions to /application/{appId}/groups-members/available
1 parent 096a7d2 commit 18d3e40

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy