mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Compare commits
No commits in common. "dc21bfdb4d91593b05d38915f7a2c22de854ce8a" and "7c98b51461e37c1d2390390419b31aa51dc6edbc" have entirely different histories.
dc21bfdb4d
...
7c98b51461
2 changed files with 4 additions and 112 deletions
|
|
@ -11515,19 +11515,6 @@
|
|||
"secret": {
|
||||
"type": "string",
|
||||
"maxLength": 250
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -11619,19 +11606,6 @@
|
|||
"maxLength": 1024
|
||||
},
|
||||
"maxProperties": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11772,19 +11746,6 @@
|
|||
"$ref": "#/components/schemas/LobbyMemberRequest"
|
||||
},
|
||||
"maxItems": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -28839,15 +28800,11 @@
|
|||
"$ref": "#/components/schemas/GuildChannelResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"application_id",
|
||||
"flags"
|
||||
"application_id"
|
||||
]
|
||||
},
|
||||
"MLSpamRuleResponse": {
|
||||
|
|
@ -36263,18 +36220,7 @@
|
|||
},
|
||||
"ThreadSearchTagSetting": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "MATCH_ALL",
|
||||
"description": "The thread tags must contain all tags in the search query",
|
||||
"const": "match_all"
|
||||
},
|
||||
{
|
||||
"title": "MATCH_SOME",
|
||||
"description": "The thread tags must contain at least one of tags in the search query",
|
||||
"const": "match_some"
|
||||
}
|
||||
]
|
||||
"oneOf": []
|
||||
},
|
||||
"ThreadSortOrder": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
|
|
@ -11515,19 +11515,6 @@
|
|||
"secret": {
|
||||
"type": "string",
|
||||
"maxLength": 250
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -11619,19 +11606,6 @@
|
|||
"maxLength": 1024
|
||||
},
|
||||
"maxProperties": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11772,19 +11746,6 @@
|
|||
"$ref": "#/components/schemas/LobbyMemberRequest"
|
||||
},
|
||||
"maxItems": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -28924,15 +28885,11 @@
|
|||
"$ref": "#/components/schemas/GuildChannelResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"application_id",
|
||||
"flags"
|
||||
"application_id"
|
||||
]
|
||||
},
|
||||
"MLSpamRuleResponse": {
|
||||
|
|
@ -36695,18 +36652,7 @@
|
|||
},
|
||||
"ThreadSearchTagSetting": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "MATCH_ALL",
|
||||
"description": "The thread tags must contain all tags in the search query",
|
||||
"const": "match_all"
|
||||
},
|
||||
{
|
||||
"title": "MATCH_SOME",
|
||||
"description": "The thread tags must contain at least one of tags in the search query",
|
||||
"const": "match_some"
|
||||
}
|
||||
]
|
||||
"oneOf": []
|
||||
},
|
||||
"ThreadSortOrder": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue