main - Automated spec update (36682)
made at remote:2024-03-25T23:32:19 taken at now:2024-03-26T00:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
b28fe8a353
commit
1896acf424
2 changed files with 10 additions and 10 deletions
|
@ -16454,11 +16454,6 @@
|
|||
"GuildCreateRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 100
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -16467,6 +16462,11 @@
|
|||
"minLength": 0,
|
||||
"maxLength": 120
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 100
|
||||
},
|
||||
"region": {
|
||||
"type": [
|
||||
"string",
|
||||
|
|
|
@ -16729,11 +16729,6 @@
|
|||
"GuildCreateRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 100
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -16742,6 +16737,11 @@
|
|||
"minLength": 0,
|
||||
"maxLength": 120
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 100
|
||||
},
|
||||
"region": {
|
||||
"type": [
|
||||
"string",
|
||||
|
|
Loading…
Reference in a new issue