mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-23 02:42:28 +01:00
add discriminator to user modify schema
This commit is contained in:
parent
9ab01e0404
commit
f3b1e9b026
@ -12499,6 +12499,11 @@
|
||||
"maxLength": 100,
|
||||
"type": "string"
|
||||
},
|
||||
"discriminator": {
|
||||
"minLength": 4,
|
||||
"maxLength": 4,
|
||||
"type": "string"
|
||||
},
|
||||
"avatar": {
|
||||
"type": [
|
||||
"null",
|
||||
|
@ -11,6 +11,7 @@ export interface UserModifySchema {
|
||||
* @maxLength 100
|
||||
*/
|
||||
username?: string;
|
||||
discriminator?: string;
|
||||
avatar?: string | null;
|
||||
/**
|
||||
* @maxLength 1024
|
||||
|
Loading…
Reference in New Issue
Block a user