Automated spec update (42981)

This commit is contained in:
Nelly (automation bot) 2024-04-23 00:04:56 +00:00
parent c21a1572d3
commit 8e6025814a
1 changed files with 27 additions and 9 deletions

View File

@ -9265,8 +9265,15 @@
], ],
"format": "int32" "format": "int32"
}, },
"user_id": { "user": {
"$ref": "#/components/schemas/SnowflakeType" "oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserResponse"
}
]
}, },
"authorizing_integration_owners": { "authorizing_integration_owners": {
"type": "object", "type": "object",
@ -9288,7 +9295,6 @@
"required": [ "required": [
"id", "id",
"type", "type",
"user_id",
"authorizing_integration_owners" "authorizing_integration_owners"
] ]
}, },
@ -21700,8 +21706,15 @@
], ],
"format": "int32" "format": "int32"
}, },
"user_id": { "user": {
"$ref": "#/components/schemas/SnowflakeType" "oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserResponse"
}
]
}, },
"authorizing_integration_owners": { "authorizing_integration_owners": {
"type": "object", "type": "object",
@ -21726,7 +21739,6 @@
"required": [ "required": [
"id", "id",
"type", "type",
"user_id",
"authorizing_integration_owners", "authorizing_integration_owners",
"interacted_message_id" "interacted_message_id"
] ]
@ -23336,8 +23348,15 @@
], ],
"format": "int32" "format": "int32"
}, },
"user_id": { "user": {
"$ref": "#/components/schemas/SnowflakeType" "oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserResponse"
}
]
}, },
"authorizing_integration_owners": { "authorizing_integration_owners": {
"type": "object", "type": "object",
@ -23369,7 +23388,6 @@
"required": [ "required": [
"id", "id",
"type", "type",
"user_id",
"authorizing_integration_owners", "authorizing_integration_owners",
"triggering_interaction_metadata" "triggering_interaction_metadata"
] ]