mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Change modify role's server id type to integer
This commit is contained in:
parent
4c397ff454
commit
ae7984c784
@ -16,8 +16,8 @@ modify_role_schema = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"server_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
},
|
||||
"permissions": {
|
||||
"type": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user