main - Automated spec update (100198)
made at remote:2025-03-14T17:59:12 taken at now:2025-03-14T18:10:03 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									baeb477d32
								
							
						
					
					
						commit
						88cb2b663b
					
				
					 2 changed files with 74 additions and 42 deletions
				
			
		|  | @ -9374,7 +9374,10 @@ | ||||||
|               "schema": { |               "schema": { | ||||||
|                 "anyOf": [ |                 "anyOf": [ | ||||||
|                   { |                   { | ||||||
|                     "$ref": "#/components/schemas/PrivateChannelRequestPartial" |                     "$ref": "#/components/schemas/UpdateDMRequestPartial" | ||||||
|  |                   }, | ||||||
|  |                   { | ||||||
|  |                     "$ref": "#/components/schemas/UpdateGroupDMRequestPartial" | ||||||
|                   }, |                   }, | ||||||
|                   { |                   { | ||||||
|                     "$ref": "#/components/schemas/UpdateGuildChannelRequestPartial" |                     "$ref": "#/components/schemas/UpdateGuildChannelRequestPartial" | ||||||
|  | @ -26604,26 +26607,6 @@ | ||||||
|           "channel_id" |           "channel_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "PrivateChannelRequestPartial": { |  | ||||||
|         "type": "object", |  | ||||||
|         "properties": { |  | ||||||
|           "name": { |  | ||||||
|             "type": [ |  | ||||||
|               "string", |  | ||||||
|               "null" |  | ||||||
|             ], |  | ||||||
|             "minLength": 0, |  | ||||||
|             "maxLength": 100 |  | ||||||
|           }, |  | ||||||
|           "icon": { |  | ||||||
|             "type": [ |  | ||||||
|               "string", |  | ||||||
|               "null" |  | ||||||
|             ], |  | ||||||
|             "contentEncoding": "base64" |  | ||||||
|           } |  | ||||||
|         } |  | ||||||
|       }, |  | ||||||
|       "PrivateChannelResponse": { |       "PrivateChannelResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -29395,6 +29378,19 @@ | ||||||
|         "maximum": 4294967295, |         "maximum": 4294967295, | ||||||
|         "format": "int64" |         "format": "int64" | ||||||
|       }, |       }, | ||||||
|  |       "UpdateDMRequestPartial": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "name": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "minLength": 0, | ||||||
|  |             "maxLength": 100 | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UpdateDefaultReactionEmojiRequest": { |       "UpdateDefaultReactionEmojiRequest": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -29417,6 +29413,26 @@ | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
|  |       "UpdateGroupDMRequestPartial": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "name": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "minLength": 0, | ||||||
|  |             "maxLength": 100 | ||||||
|  |           }, | ||||||
|  |           "icon": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "contentEncoding": "base64" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UpdateGuildChannelRequestPartial": { |       "UpdateGuildChannelRequestPartial": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  |  | ||||||
|  | @ -9374,7 +9374,10 @@ | ||||||
|               "schema": { |               "schema": { | ||||||
|                 "anyOf": [ |                 "anyOf": [ | ||||||
|                   { |                   { | ||||||
|                     "$ref": "#/components/schemas/PrivateChannelRequestPartial" |                     "$ref": "#/components/schemas/UpdateDMRequestPartial" | ||||||
|  |                   }, | ||||||
|  |                   { | ||||||
|  |                     "$ref": "#/components/schemas/UpdateGroupDMRequestPartial" | ||||||
|                   }, |                   }, | ||||||
|                   { |                   { | ||||||
|                     "$ref": "#/components/schemas/UpdateGuildChannelRequestPartial" |                     "$ref": "#/components/schemas/UpdateGuildChannelRequestPartial" | ||||||
|  | @ -26689,26 +26692,6 @@ | ||||||
|           "channel_id" |           "channel_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "PrivateChannelRequestPartial": { |  | ||||||
|         "type": "object", |  | ||||||
|         "properties": { |  | ||||||
|           "name": { |  | ||||||
|             "type": [ |  | ||||||
|               "string", |  | ||||||
|               "null" |  | ||||||
|             ], |  | ||||||
|             "minLength": 0, |  | ||||||
|             "maxLength": 100 |  | ||||||
|           }, |  | ||||||
|           "icon": { |  | ||||||
|             "type": [ |  | ||||||
|               "string", |  | ||||||
|               "null" |  | ||||||
|             ], |  | ||||||
|             "contentEncoding": "base64" |  | ||||||
|           } |  | ||||||
|         } |  | ||||||
|       }, |  | ||||||
|       "PrivateChannelResponse": { |       "PrivateChannelResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -29827,6 +29810,19 @@ | ||||||
|         "maximum": 4294967295, |         "maximum": 4294967295, | ||||||
|         "format": "int64" |         "format": "int64" | ||||||
|       }, |       }, | ||||||
|  |       "UpdateDMRequestPartial": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "name": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "minLength": 0, | ||||||
|  |             "maxLength": 100 | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UpdateDefaultReactionEmojiRequest": { |       "UpdateDefaultReactionEmojiRequest": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -29849,6 +29845,26 @@ | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
|  |       "UpdateGroupDMRequestPartial": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "name": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "minLength": 0, | ||||||
|  |             "maxLength": 100 | ||||||
|  |           }, | ||||||
|  |           "icon": { | ||||||
|  |             "type": [ | ||||||
|  |               "string", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "contentEncoding": "base64" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|       "UpdateGuildChannelRequestPartial": { |       "UpdateGuildChannelRequestPartial": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue