mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 00:21: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": {
|
||||
"default": {
|
||||
"type": "string",
|
||||
"maxLength": 2048
|
||||
"maxLength": 400
|
||||
},
|
||||
"localizations": {
|
||||
"type": [
|
||||
|
@ -10896,7 +10896,7 @@
|
|||
],
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"maxLength": 2048
|
||||
"maxLength": 400
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10887,7 +10887,7 @@
|
|||
"properties": {
|
||||
"default": {
|
||||
"type": "string",
|
||||
"maxLength": 2048
|
||||
"maxLength": 400
|
||||
},
|
||||
"localizations": {
|
||||
"type": [
|
||||
|
@ -10896,7 +10896,7 @@
|
|||
],
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"maxLength": 2048
|
||||
"maxLength": 400
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue