mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Compare commits
2 commits
25b647aa8c
...
a2a0572509
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2a0572509 | ||
|
|
bffd96890e |
2 changed files with 33 additions and 51 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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -19264,9 +19260,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolved": {
|
|
||||||
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
|
||||||
},
|
|
||||||
"stickers": {
|
"stickers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -19369,6 +19362,9 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
"resolved": {
|
||||||
|
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
||||||
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
|
|
@ -29619,9 +29615,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolved": {
|
|
||||||
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
|
||||||
},
|
|
||||||
"stickers": {
|
"stickers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -29724,6 +29717,9 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
"resolved": {
|
||||||
|
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
||||||
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
|
|
@ -30190,9 +30186,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolved": {
|
|
||||||
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
|
||||||
},
|
|
||||||
"stickers": {
|
"stickers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -33274,15 +33267,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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -19633,9 +19629,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolved": {
|
|
||||||
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
|
||||||
},
|
|
||||||
"stickers": {
|
"stickers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -19738,6 +19731,9 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
"resolved": {
|
||||||
|
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
||||||
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
|
|
@ -30205,9 +30201,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolved": {
|
|
||||||
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
|
||||||
},
|
|
||||||
"stickers": {
|
"stickers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -30310,6 +30303,9 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
"resolved": {
|
||||||
|
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
||||||
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
|
|
@ -30776,9 +30772,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolved": {
|
|
||||||
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
|
||||||
},
|
|
||||||
"stickers": {
|
"stickers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -34039,9 +34032,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolved": {
|
|
||||||
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
|
||||||
},
|
|
||||||
"stickers": {
|
"stickers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -34144,6 +34134,9 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
"resolved": {
|
||||||
|
"$ref": "#/components/schemas/ResolvedObjectsResponse"
|
||||||
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
|
|
@ -34556,15 +34549,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