Automated spec update (264255)

This commit is contained in:
Nelly (automation bot) 2026-09-14 21:50:45 +00:00
parent a5df5eb81f
commit 70af70a265
2 changed files with 38 additions and 0 deletions

View file

@ -24096,6 +24096,25 @@
"type": "null"
}
]
},
"target_user_ids": {
"description": "The IDs of the users to target with this invite.",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"maxItems": 1000,
"uniqueItems": true
},
{
"type": "null"
}
]
}
}
},

View file

@ -24114,6 +24114,25 @@
"type": "null"
}
]
},
"target_user_ids": {
"description": "The IDs of the users to target with this invite.",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"maxItems": 1000,
"uniqueItems": true
},
{
"type": "null"
}
]
}
}
},