Change modify role's server id type to integer

This commit is contained in:
luukas 2022-05-18 23:11:40 +03:00
parent 4c397ff454
commit ae7984c784

View File

@ -16,8 +16,8 @@ modify_role_schema = {
"type": "object",
"properties": {
"server_id": {
"type": "string",
"minLength": 1,
"type": "integer",
"minimum": 1,
},
"permissions": {
"type": "string",