mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 00:21:23 -05:00
Automated spec update (81165)
This commit is contained in:
parent
c979cb269d
commit
f346c9b690
2 changed files with 14 additions and 0 deletions
|
@ -3121,6 +3121,13 @@
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "exclude_deleted",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "only_active",
|
"name": "only_active",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
|
|
|
@ -3121,6 +3121,13 @@
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "exclude_deleted",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "only_active",
|
"name": "only_active",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
|
|
Loading…
Reference in a new issue