main - Automated spec update (152928)
made at remote:2025-09-30T22:52:23 taken at now:2025-09-30T23:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
392b550357
commit
ab92ef8102
2 changed files with 0 additions and 252 deletions
|
|
@ -5711,42 +5711,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"delete": {
|
|
||||||
"operationId": "delete_guild",
|
|
||||||
"responses": {
|
|
||||||
"204": {
|
|
||||||
"description": "204 response for delete_guild",
|
|
||||||
"headers": {
|
|
||||||
"X-RateLimit-Limit": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Limit"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Remaining": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Remaining"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset-After": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset-After"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Bucket": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Bucket"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"429": {
|
|
||||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
|
||||||
},
|
|
||||||
"4XX": {
|
|
||||||
"$ref": "#/components/responses/ClientErrorResponse"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"security": [
|
|
||||||
{
|
|
||||||
"BotToken": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"patch": {
|
"patch": {
|
||||||
"operationId": "update_guild",
|
"operationId": "update_guild",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
|
|
@ -7945,71 +7909,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/guilds/{guild_id}/mfa": {
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"name": "guild_id",
|
|
||||||
"in": "path",
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
|
||||||
},
|
|
||||||
"required": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"post": {
|
|
||||||
"operationId": "set_guild_mfa_level",
|
|
||||||
"requestBody": {
|
|
||||||
"content": {
|
|
||||||
"application/json": {
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFARequest"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"responses": {
|
|
||||||
"200": {
|
|
||||||
"description": "200 response for set_guild_mfa_level",
|
|
||||||
"headers": {
|
|
||||||
"X-RateLimit-Limit": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Limit"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Remaining": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Remaining"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset-After": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset-After"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Bucket": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Bucket"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"content": {
|
|
||||||
"application/json": {
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevelResponse"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"429": {
|
|
||||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
|
||||||
},
|
|
||||||
"4XX": {
|
|
||||||
"$ref": "#/components/responses/ClientErrorResponse"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"security": [
|
|
||||||
{
|
|
||||||
"BotToken": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"/guilds/{guild_id}/new-member-welcome": {
|
"/guilds/{guild_id}/new-member-welcome": {
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
|
@ -24296,28 +24195,6 @@
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"GuildMFALevelResponse": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"level": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevel"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"level"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"GuildMFARequest": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"level": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevel"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"level"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"GuildMemberResponse": {
|
"GuildMemberResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -24578,9 +24455,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"owner_id": {
|
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
|
||||||
},
|
|
||||||
"splash": {
|
"splash": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
|
|
||||||
|
|
@ -5711,42 +5711,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"delete": {
|
|
||||||
"operationId": "delete_guild",
|
|
||||||
"responses": {
|
|
||||||
"204": {
|
|
||||||
"description": "204 response for delete_guild",
|
|
||||||
"headers": {
|
|
||||||
"X-RateLimit-Limit": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Limit"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Remaining": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Remaining"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset-After": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset-After"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Bucket": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Bucket"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"429": {
|
|
||||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
|
||||||
},
|
|
||||||
"4XX": {
|
|
||||||
"$ref": "#/components/responses/ClientErrorResponse"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"security": [
|
|
||||||
{
|
|
||||||
"BotToken": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"patch": {
|
"patch": {
|
||||||
"operationId": "update_guild",
|
"operationId": "update_guild",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
|
|
@ -8285,71 +8249,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/guilds/{guild_id}/mfa": {
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"name": "guild_id",
|
|
||||||
"in": "path",
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
|
||||||
},
|
|
||||||
"required": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"post": {
|
|
||||||
"operationId": "set_guild_mfa_level",
|
|
||||||
"requestBody": {
|
|
||||||
"content": {
|
|
||||||
"application/json": {
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFARequest"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"responses": {
|
|
||||||
"200": {
|
|
||||||
"description": "200 response for set_guild_mfa_level",
|
|
||||||
"headers": {
|
|
||||||
"X-RateLimit-Limit": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Limit"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Remaining": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Remaining"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Reset-After": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Reset-After"
|
|
||||||
},
|
|
||||||
"X-RateLimit-Bucket": {
|
|
||||||
"$ref": "#/components/headers/X-RateLimit-Bucket"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"content": {
|
|
||||||
"application/json": {
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevelResponse"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"429": {
|
|
||||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
|
||||||
},
|
|
||||||
"4XX": {
|
|
||||||
"$ref": "#/components/responses/ClientErrorResponse"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"security": [
|
|
||||||
{
|
|
||||||
"BotToken": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"/guilds/{guild_id}/new-member-welcome": {
|
"/guilds/{guild_id}/new-member-welcome": {
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
|
@ -24736,28 +24635,6 @@
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"GuildMFALevelResponse": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"level": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevel"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"level"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"GuildMFARequest": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"level": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevel"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"level"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"GuildMemberResponse": {
|
"GuildMemberResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -25018,9 +24895,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"owner_id": {
|
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
|
||||||
},
|
|
||||||
"splash": {
|
"splash": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue