main - Automated spec update (42981)
made at remote:2024-04-23T00:04:56 taken at now:2024-04-23T00:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									a97e528b7d
								
							
						
					
					
						commit
						b56c100d3d
					
				
					 1 changed files with 27 additions and 9 deletions
				
			
		|  | @ -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" | ||||||
|         ] |         ] | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue