Replace APIRole with schema

This commit is contained in:
Rory&
2026-06-13 20:37:26 +02:00
parent 6995aa7f74
commit 42406c1838
5 changed files with 63 additions and 4 deletions
@@ -119,7 +119,7 @@ router.patch(
permission: "MANAGE_ROLES",
responses: {
200: {
body: "APIRoleArray",
body: "RoleListResponse",
},
400: {
body: "APIErrorResponse",