mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-08-12 07:49:31 -04:00
Compare commits
2 commits
ef91fa1646
...
2c0a5ddffb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c0a5ddffb | ||
|
|
0004ce117d |
2 changed files with 6 additions and 40 deletions
|
|
@ -6613,26 +6613,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
|
|
@ -13870,6 +13850,7 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
@ -13933,6 +13914,7 @@
|
|||
"properties": {
|
||||
"external_user_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 1024
|
||||
}
|
||||
},
|
||||
|
|
@ -14000,6 +13982,7 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
|
|||
|
|
@ -6613,26 +6613,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
|
|
@ -13882,6 +13862,7 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
@ -13945,6 +13926,7 @@
|
|||
"properties": {
|
||||
"external_user_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 1024
|
||||
}
|
||||
},
|
||||
|
|
@ -14012,6 +13994,7 @@
|
|||
},
|
||||
"external_auth_token": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 10240
|
||||
},
|
||||
"external_auth_type": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue