Automated spec update (266135)

This commit is contained in:
Nelly (automation bot) 2026-09-17 18:01:36 +00:00
parent 70af70a265
commit bb8eb1ec74
2 changed files with 22 additions and 0 deletions

View file

@ -15601,6 +15601,14 @@
"maximum": 200
}
},
{
"name": "shard",
"in": "query",
"schema": {
"type": "integer",
"minimum": 0
}
},
{
"name": "with_counts",
"in": "query",
@ -30700,6 +30708,9 @@
"icon": {
"type": "string"
},
"nsfw": {
"type": "boolean"
},
"recipients": {
"type": "array",
"items": {

View file

@ -15613,6 +15613,14 @@
"maximum": 200
}
},
{
"name": "shard",
"in": "query",
"schema": {
"type": "integer",
"minimum": 0
}
},
{
"name": "with_counts",
"in": "query",
@ -30719,6 +30727,9 @@
"icon": {
"type": "string"
},
"nsfw": {
"type": "boolean"
},
"recipients": {
"type": "array",
"items": {