mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-08-12 07:49:31 -04:00
Compare commits
No commits in common. "2c0a5ddffb9c9cf9b3a8826454758397a6b4804b" and "ef91fa1646f0dfc004276d6cbfa349653429b6de" have entirely different histories.
2c0a5ddffb
...
ef91fa1646
2 changed files with 40 additions and 6 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": {
|
||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
||||
},
|
||||
|
|
@ -13850,7 +13870,6 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
@ -13914,7 +13933,6 @@
|
|||
"properties": {
|
||||
"external_user_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 1024
|
||||
}
|
||||
},
|
||||
|
|
@ -13982,7 +14000,6 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
"$ref": "#/components/responses/ClientRatelimitedResponse"
|
||||
},
|
||||
|
|
@ -13862,7 +13882,6 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
@ -13926,7 +13945,6 @@
|
|||
"properties": {
|
||||
"external_user_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 1024
|
||||
}
|
||||
},
|
||||
|
|
@ -13994,7 +14012,6 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue