Skip to content

Commit 471ad9b

Browse files
author
Nelly (automation bot)
committed
Automated spec update (156927)
1 parent 9408fa9 commit 471ad9b

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

specs/openapi_preview.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8863,6 +8863,65 @@
88638863
]
88648864
}
88658865
},
8866+
"/guilds/{guild_id}/roles/member-counts": {
8867+
"parameters": [
8868+
{
8869+
"name": "guild_id",
8870+
"in": "path",
8871+
"schema": {
8872+
"$ref": "#/components/schemas/SnowflakeType"
8873+
},
8874+
"required": true
8875+
}
8876+
],
8877+
"get": {
8878+
"operationId": "guild_role_member_counts",
8879+
"responses": {
8880+
"200": {
8881+
"description": "200 response for guild_role_member_counts",
8882+
"headers": {
8883+
"X-RateLimit-Limit": {
8884+
"$ref": "#/components/headers/X-RateLimit-Limit"
8885+
},
8886+
"X-RateLimit-Remaining": {
8887+
"$ref": "#/components/headers/X-RateLimit-Remaining"
8888+
},
8889+
"X-RateLimit-Reset": {
8890+
"$ref": "#/components/headers/X-RateLimit-Reset"
8891+
},
8892+
"X-RateLimit-Reset-After": {
8893+
"$ref": "#/components/headers/X-RateLimit-Reset-After"
8894+
},
8895+
"X-RateLimit-Bucket": {
8896+
"$ref": "#/components/headers/X-RateLimit-Bucket"
8897+
}
8898+
},
8899+
"content": {
8900+
"application/json": {
8901+
"schema": {
8902+
"type": "object",
8903+
"additionalProperties": {
8904+
"type": "integer",
8905+
"format": "int32"
8906+
}
8907+
}
8908+
}
8909+
}
8910+
},
8911+
"429": {
8912+
"$ref": "#/components/responses/ClientRatelimitedResponse"
8913+
},
8914+
"4XX": {
8915+
"$ref": "#/components/responses/ClientErrorResponse"
8916+
}
8917+
},
8918+
"security": [
8919+
{
8920+
"BotToken": []
8921+
}
8922+
]
8923+
}
8924+
},
88668925
"/guilds/{guild_id}/roles/{role_id}": {
88678926
"parameters": [
88688927
{

0 commit comments

Comments
 (0)