WIP: implement an endpoint to create a Mermaid flowchart with all grants of a given user
This commit is contained in:
parent
370c00923c
commit
f71b769cb9
@ -95,7 +95,7 @@ public class RbacGrantController implements RbacGrantsApi {
|
|||||||
return ResponseEntity.noContent().build();
|
return ResponseEntity.noContent().build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: implement an endpoint to create a Mermaid flowchart with all grants of a given user
|
||||||
// @GetMapping(
|
// @GetMapping(
|
||||||
// path = "/api/rbac/users/{userUuid}/grants",
|
// path = "/api/rbac/users/{userUuid}/grants",
|
||||||
// produces = {"text/vnd.mermaid"})
|
// produces = {"text/vnd.mermaid"})
|
||||||
|
Loading…
Reference in New Issue
Block a user