summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 19:00:50 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 19:00:50 +0200
commitc20d87da28b4722cec7b3e478410138c42c183a8 (patch)
tree9ff57e64c23b3d37d0a52de178fa85754abccb05 /api/assets
parent:art: update migration script (diff)
downloadserver-c20d87da28b4722cec7b3e478410138c42c183a8.tar.xz
:bug: fix modify role.permissions
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index 4f1ab9a8..2ceaa923 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -2909,6 +2909,9 @@ } } }, + "required": [ + "image" + ], "definitions": { "ChannelPermissionOverwriteType": { "enum": [ @@ -4744,7 +4747,7 @@ "type": "string" }, "permissions": { - "type": "bigint" + "type": "string" }, "color": { "type": "integer"