diff --git a/specs/openapi.json b/specs/openapi.json index 63003bb..5a08e56 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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" + } + ] } } }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 2cc1025..45ec8c9 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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" + } + ] } } },