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,