Compare commits

..

2 commits

Author SHA1 Message Date
Nelly (automation bot)
a2a0572509 Automated spec update (144521) 2025-09-04 01:15:38 +00:00
Nelly (automation bot)
bffd96890e Automated spec update (144373) 2025-09-03 21:14:02 +00:00
2 changed files with 33 additions and 51 deletions

View file

@ -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": {

View file

@ -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": {