WIP: implement an endpoint to create a Mermaid flowchart with all grants of a given user

This commit is contained in:
Michael Hoennig 2024-02-12 12:27:02 +01:00
parent 370c00923c
commit f71b769cb9

View File

@ -95,7 +95,7 @@ public class RbacGrantController implements RbacGrantsApi {
return ResponseEntity.noContent().build();
}
// TODO: implement an endpoint to create a Mermaid flowchart with all grants of a given user
// @GetMapping(
// path = "/api/rbac/users/{userUuid}/grants",
// produces = {"text/vnd.mermaid"})