mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Automated spec update (132583)
This commit is contained in:
parent
7c98b51461
commit
bbb2467dc4
2 changed files with 24 additions and 2 deletions
|
|
@ -36220,7 +36220,18 @@
|
|||
},
|
||||
"ThreadSearchTagSetting": {
|
||||
"type": "string",
|
||||
"oneOf": []
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ThreadSortOrder": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
|
|
@ -36652,7 +36652,18 @@
|
|||
},
|
||||
"ThreadSearchTagSetting": {
|
||||
"type": "string",
|
||||
"oneOf": []
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ThreadSortOrder": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue