mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 07:24:08 +00:00
Replace APIRole with schema
This commit is contained in:
@@ -119,7 +119,7 @@ router.patch(
|
||||
permission: "MANAGE_ROLES",
|
||||
responses: {
|
||||
200: {
|
||||
body: "APIRoleArray",
|
||||
body: "RoleListResponse",
|
||||
},
|
||||
400: {
|
||||
body: "APIErrorResponse",
|
||||
|
||||
Reference in New Issue
Block a user