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:02:08 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 19:02:08 +0200
commita8cae7139027140c09c883cc2857fb436e9d1272 (patch)
treedc2ad4c6db4f8ac74171e4f7c1f4e02cd9229f6f /api/assets
parentMerge branch 'master' into remove-vanity-url (diff)
parent:bug: fix modify role.permissions (diff)
downloadserver-a8cae7139027140c09c883cc2857fb436e9d1272.tar.xz
Merge branch 'master' into pr/TheArcaneBrony/434
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 a12925e0..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": "array" + "type": "string" }, "color": { "type": "integer"