From 09c232e9f98cb748213600d0461e778a8b70ae15 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Sat, 23 May 2026 02:54:52 +0000 Subject: [PATCH] Automated spec update (221993) --- specs/openapi.json | 10 ++++++++++ specs/openapi_preview.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 1b8d907..6324bc4 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -13565,6 +13565,16 @@ "schema": { "type": "object", "properties": { + "provisional_user_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + }, "external_user_id": { "type": "string", "minLength": 1, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 04d6715..fe166b8 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -13577,6 +13577,16 @@ "schema": { "type": "object", "properties": { + "provisional_user_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + }, "external_user_id": { "type": "string", "minLength": 1,