mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (22522)
This commit is contained in:
parent
c32f96269d
commit
24482b6d20
2 changed files with 4 additions and 4 deletions
|
@ -10887,7 +10887,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"default": {
|
"default": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 2048
|
"maxLength": 400
|
||||||
},
|
},
|
||||||
"localizations": {
|
"localizations": {
|
||||||
"type": [
|
"type": [
|
||||||
|
@ -10896,7 +10896,7 @@
|
||||||
],
|
],
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 2048
|
"maxLength": 400
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -10887,7 +10887,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"default": {
|
"default": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 2048
|
"maxLength": 400
|
||||||
},
|
},
|
||||||
"localizations": {
|
"localizations": {
|
||||||
"type": [
|
"type": [
|
||||||
|
@ -10896,7 +10896,7 @@
|
||||||
],
|
],
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 2048
|
"maxLength": 400
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue