File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments