main - Automated spec update (147791)
made at remote:2025-09-15T16:29:41 taken at now:2025-09-15T17:10:01 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
53fd3f2c63
commit
400862b155
2 changed files with 72 additions and 0 deletions
|
@ -25500,6 +25500,32 @@
|
|||
"serialized_source_guild"
|
||||
]
|
||||
},
|
||||
"GuildTemplateRoleColorsResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"primary_color": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"secondary_color": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"tertiary_color": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"primary_color"
|
||||
]
|
||||
},
|
||||
"GuildTemplateRoleResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -25517,6 +25543,16 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"colors": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/GuildTemplateRoleColorsResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hoist": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
|
@ -26009,6 +26009,32 @@
|
|||
"serialized_source_guild"
|
||||
]
|
||||
},
|
||||
"GuildTemplateRoleColorsResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"primary_color": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"secondary_color": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"tertiary_color": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"primary_color"
|
||||
]
|
||||
},
|
||||
"GuildTemplateRoleResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -26026,6 +26052,16 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"colors": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/GuildTemplateRoleColorsResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hoist": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue