From 950380f96a814d254fed73815bab4f884e3c2162 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Mon, 15 Jun 2026 23:56:11 +0000 Subject: [PATCH] Automated spec update (230598) --- specs/openapi.json | 18 ++++++++++++++++++ specs/openapi_preview.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 39d594b..c1dccd9 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -23786,6 +23786,24 @@ "format": "int32" } ] + }, + "role_ids": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "maxItems": 250, + "uniqueItems": true + }, + { + "type": "null" + } + ] } } }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 5315af1..a855b5a 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -23804,6 +23804,24 @@ "format": "int32" } ] + }, + "role_ids": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "maxItems": 250, + "uniqueItems": true + }, + { + "type": "null" + } + ] } } },