mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Automated spec update (144373)
This commit is contained in:
parent
25b647aa8c
commit
bffd96890e
2 changed files with 18 additions and 30 deletions
|
|
@ -868,15 +868,13 @@
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name"
|
"name",
|
||||||
|
"image"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -6820,10 +6818,7 @@
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
},
|
},
|
||||||
"roles": {
|
"roles": {
|
||||||
|
|
@ -6846,7 +6841,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name"
|
"name",
|
||||||
|
"image"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -33274,15 +33270,13 @@
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
},
|
},
|
||||||
"sound": {
|
"sound": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name"
|
"name",
|
||||||
|
"sound"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"SoundboardPatchRequestPartial": {
|
"SoundboardPatchRequestPartial": {
|
||||||
|
|
|
||||||
|
|
@ -868,15 +868,13 @@
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name"
|
"name",
|
||||||
|
"image"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -6820,10 +6818,7 @@
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
},
|
},
|
||||||
"roles": {
|
"roles": {
|
||||||
|
|
@ -6846,7 +6841,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name"
|
"name",
|
||||||
|
"image"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -34556,15 +34552,13 @@
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
},
|
},
|
||||||
"sound": {
|
"sound": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"contentEncoding": "base64"
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name"
|
"name",
|
||||||
|
"sound"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"SoundboardPatchRequestPartial": {
|
"SoundboardPatchRequestPartial": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue