main - Automated spec update (135490)
made at remote:2025-08-04T20:59:31 taken at now:2025-08-04T21:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									c88f32e4c8
								
							
						
					
					
						commit
						4cf756b746
					
				
					 2 changed files with 258 additions and 240 deletions
				
			
		|  | @ -8548,56 +8548,7 @@ | |||
|           "content": { | ||||
|             "application/json": { | ||||
|               "schema": { | ||||
|                 "type": "object", | ||||
|                 "properties": { | ||||
|                   "name": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   }, | ||||
|                   "permissions": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "color": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "minimum": 0, | ||||
|                     "maximum": 16777215 | ||||
|                   }, | ||||
|                   "hoist": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "mentionable": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "icon": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "contentEncoding": "base64" | ||||
|                   }, | ||||
|                   "unicode_emoji": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   } | ||||
|                 } | ||||
|                 "$ref": "#/components/schemas/CreateRoleRequest" | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|  | @ -8652,26 +8603,7 @@ | |||
|               "schema": { | ||||
|                 "type": "array", | ||||
|                 "items": { | ||||
|                   "type": "object", | ||||
|                   "properties": { | ||||
|                     "id": { | ||||
|                       "oneOf": [ | ||||
|                         { | ||||
|                           "type": "null" | ||||
|                         }, | ||||
|                         { | ||||
|                           "$ref": "#/components/schemas/SnowflakeType" | ||||
|                         } | ||||
|                       ] | ||||
|                     }, | ||||
|                     "position": { | ||||
|                       "type": [ | ||||
|                         "integer", | ||||
|                         "null" | ||||
|                       ], | ||||
|                       "format": "int32" | ||||
|                     } | ||||
|                   } | ||||
|                   "$ref": "#/components/schemas/UpdateRolePositionsRequest" | ||||
|                 } | ||||
|               } | ||||
|             } | ||||
|  | @ -8827,56 +8759,7 @@ | |||
|           "content": { | ||||
|             "application/json": { | ||||
|               "schema": { | ||||
|                 "type": "object", | ||||
|                 "properties": { | ||||
|                   "name": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   }, | ||||
|                   "permissions": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "color": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "minimum": 0, | ||||
|                     "maximum": 16777215 | ||||
|                   }, | ||||
|                   "hoist": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "mentionable": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "icon": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "contentEncoding": "base64" | ||||
|                   }, | ||||
|                   "unicode_emoji": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   } | ||||
|                 } | ||||
|                 "$ref": "#/components/schemas/UpdateRoleRequestPartial" | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|  | @ -21661,6 +21544,58 @@ | |||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "CreateRoleRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "name": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           }, | ||||
|           "permissions": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "color": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ], | ||||
|             "minimum": 0, | ||||
|             "maximum": 16777215 | ||||
|           }, | ||||
|           "hoist": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "mentionable": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "icon": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "contentEncoding": "base64" | ||||
|           }, | ||||
|           "unicode_emoji": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "CreateTextThreadWithMessageRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|  | @ -36461,6 +36396,80 @@ | |||
|           "id" | ||||
|         ] | ||||
|       }, | ||||
|       "UpdateRolePositionsRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "id": { | ||||
|             "oneOf": [ | ||||
|               { | ||||
|                 "type": "null" | ||||
|               }, | ||||
|               { | ||||
|                 "$ref": "#/components/schemas/SnowflakeType" | ||||
|               } | ||||
|             ] | ||||
|           }, | ||||
|           "position": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ], | ||||
|             "format": "int32" | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "UpdateRoleRequestPartial": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "name": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           }, | ||||
|           "permissions": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "color": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ], | ||||
|             "minimum": 0, | ||||
|             "maximum": 16777215 | ||||
|           }, | ||||
|           "hoist": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "mentionable": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "icon": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "contentEncoding": "base64" | ||||
|           }, | ||||
|           "unicode_emoji": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "UpdateThreadRequestPartial": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|  |  | |||
|  | @ -8548,56 +8548,7 @@ | |||
|           "content": { | ||||
|             "application/json": { | ||||
|               "schema": { | ||||
|                 "type": "object", | ||||
|                 "properties": { | ||||
|                   "name": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   }, | ||||
|                   "permissions": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "color": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "minimum": 0, | ||||
|                     "maximum": 16777215 | ||||
|                   }, | ||||
|                   "hoist": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "mentionable": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "icon": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "contentEncoding": "base64" | ||||
|                   }, | ||||
|                   "unicode_emoji": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   } | ||||
|                 } | ||||
|                 "$ref": "#/components/schemas/CreateRoleRequest" | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|  | @ -8652,26 +8603,7 @@ | |||
|               "schema": { | ||||
|                 "type": "array", | ||||
|                 "items": { | ||||
|                   "type": "object", | ||||
|                   "properties": { | ||||
|                     "id": { | ||||
|                       "oneOf": [ | ||||
|                         { | ||||
|                           "type": "null" | ||||
|                         }, | ||||
|                         { | ||||
|                           "$ref": "#/components/schemas/SnowflakeType" | ||||
|                         } | ||||
|                       ] | ||||
|                     }, | ||||
|                     "position": { | ||||
|                       "type": [ | ||||
|                         "integer", | ||||
|                         "null" | ||||
|                       ], | ||||
|                       "format": "int32" | ||||
|                     } | ||||
|                   } | ||||
|                   "$ref": "#/components/schemas/UpdateRolePositionsRequest" | ||||
|                 } | ||||
|               } | ||||
|             } | ||||
|  | @ -8827,56 +8759,7 @@ | |||
|           "content": { | ||||
|             "application/json": { | ||||
|               "schema": { | ||||
|                 "type": "object", | ||||
|                 "properties": { | ||||
|                   "name": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   }, | ||||
|                   "permissions": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "color": { | ||||
|                     "type": [ | ||||
|                       "integer", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "minimum": 0, | ||||
|                     "maximum": 16777215 | ||||
|                   }, | ||||
|                   "hoist": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "mentionable": { | ||||
|                     "type": [ | ||||
|                       "boolean", | ||||
|                       "null" | ||||
|                     ] | ||||
|                   }, | ||||
|                   "icon": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "contentEncoding": "base64" | ||||
|                   }, | ||||
|                   "unicode_emoji": { | ||||
|                     "type": [ | ||||
|                       "string", | ||||
|                       "null" | ||||
|                     ], | ||||
|                     "maxLength": 100 | ||||
|                   } | ||||
|                 } | ||||
|                 "$ref": "#/components/schemas/UpdateRoleRequestPartial" | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|  | @ -21701,6 +21584,58 @@ | |||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "CreateRoleRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "name": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           }, | ||||
|           "permissions": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "color": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ], | ||||
|             "minimum": 0, | ||||
|             "maximum": 16777215 | ||||
|           }, | ||||
|           "hoist": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "mentionable": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "icon": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "contentEncoding": "base64" | ||||
|           }, | ||||
|           "unicode_emoji": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "CreateTextThreadWithMessageRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|  | @ -36894,6 +36829,80 @@ | |||
|           "id" | ||||
|         ] | ||||
|       }, | ||||
|       "UpdateRolePositionsRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "id": { | ||||
|             "oneOf": [ | ||||
|               { | ||||
|                 "type": "null" | ||||
|               }, | ||||
|               { | ||||
|                 "$ref": "#/components/schemas/SnowflakeType" | ||||
|               } | ||||
|             ] | ||||
|           }, | ||||
|           "position": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ], | ||||
|             "format": "int32" | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "UpdateRoleRequestPartial": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "name": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           }, | ||||
|           "permissions": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "color": { | ||||
|             "type": [ | ||||
|               "integer", | ||||
|               "null" | ||||
|             ], | ||||
|             "minimum": 0, | ||||
|             "maximum": 16777215 | ||||
|           }, | ||||
|           "hoist": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "mentionable": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           }, | ||||
|           "icon": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "contentEncoding": "base64" | ||||
|           }, | ||||
|           "unicode_emoji": { | ||||
|             "type": [ | ||||
|               "string", | ||||
|               "null" | ||||
|             ], | ||||
|             "maxLength": 100 | ||||
|           } | ||||
|         } | ||||
|       }, | ||||
|       "UpdateThreadRequestPartial": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue