Automated spec update (221993)

This commit is contained in:
Nelly (automation bot) 2026-05-23 02:54:52 +00:00
parent ac55939ed6
commit 09c232e9f9
2 changed files with 20 additions and 0 deletions

View file

@ -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,

View file

@ -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,