mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-07-21 19:54:47 -04:00
Automated spec update (239907)
This commit is contained in:
parent
cb00e0179e
commit
ef91fa1646
2 changed files with 40 additions and 0 deletions
|
|
@ -6613,6 +6613,26 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"204": {
|
||||||
|
"description": "204 response for bulk_ban_users_from_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": {
|
"429": {
|
||||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -6613,6 +6613,26 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"204": {
|
||||||
|
"description": "204 response for bulk_ban_users_from_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": {
|
"429": {
|
||||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue