Automated spec update (36682)
This commit is contained in:
parent
63b1e0f1ef
commit
26cbc48f51
|
@ -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 New Issue