mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 16:41:22 -05:00
Automated spec update
This commit is contained in:
parent
bd60b31af6
commit
8a7ca27184
2 changed files with 4 additions and 2 deletions
|
@ -8830,7 +8830,8 @@
|
||||||
"name": "code",
|
"name": "code",
|
||||||
"in": "path",
|
"in": "path",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"maxLength": 152133
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -8830,7 +8830,8 @@
|
||||||
"name": "code",
|
"name": "code",
|
||||||
"in": "path",
|
"in": "path",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"maxLength": 152133
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue