main - Automated spec update (62954)
made at remote:2024-08-12T20:52:47 taken at now:2024-08-12T21:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									aea7f969bc
								
							
						
					
					
						commit
						e97bb7ed27
					
				
					 2 changed files with 164 additions and 0 deletions
				
			
		|  | @ -3817,6 +3817,44 @@ | ||||||
|         ] |         ] | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "/channels/{channel_id}/send-soundboard-sound": { | ||||||
|  |       "parameters": [ | ||||||
|  |         { | ||||||
|  |           "name": "channel_id", | ||||||
|  |           "in": "path", | ||||||
|  |           "schema": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|  |           "required": true | ||||||
|  |         } | ||||||
|  |       ], | ||||||
|  |       "post": { | ||||||
|  |         "operationId": "send_soundboard_sound", | ||||||
|  |         "requestBody": { | ||||||
|  |           "content": { | ||||||
|  |             "application/json": { | ||||||
|  |               "schema": { | ||||||
|  |                 "$ref": "#/components/schemas/SoundboardSoundSendRequest" | ||||||
|  |               } | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "required": true | ||||||
|  |         }, | ||||||
|  |         "responses": { | ||||||
|  |           "204": { | ||||||
|  |             "description": "204 response for send_soundboard_sound" | ||||||
|  |           }, | ||||||
|  |           "4XX": { | ||||||
|  |             "$ref": "#/components/responses/ClientErrorResponse" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "security": [ | ||||||
|  |           { | ||||||
|  |             "BotToken": [] | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "/channels/{channel_id}/thread-members/{user_id}": { |     "/channels/{channel_id}/thread-members/{user_id}": { | ||||||
|       "parameters": [ |       "parameters": [ | ||||||
|         { |         { | ||||||
|  | @ -7744,6 +7782,29 @@ | ||||||
|           "required": true |           "required": true | ||||||
|         } |         } | ||||||
|       ], |       ], | ||||||
|  |       "get": { | ||||||
|  |         "operationId": "get_guild_role", | ||||||
|  |         "responses": { | ||||||
|  |           "200": { | ||||||
|  |             "description": "200 response for get_guild_role", | ||||||
|  |             "content": { | ||||||
|  |               "application/json": { | ||||||
|  |                 "schema": { | ||||||
|  |                   "$ref": "#/components/schemas/GuildRoleResponse" | ||||||
|  |                 } | ||||||
|  |               } | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "4XX": { | ||||||
|  |             "$ref": "#/components/responses/ClientErrorResponse" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "security": [ | ||||||
|  |           { | ||||||
|  |             "BotToken": [] | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "delete_guild_role", |         "operationId": "delete_guild_role", | ||||||
|         "responses": { |         "responses": { | ||||||
|  | @ -27616,6 +27677,27 @@ | ||||||
|           "available" |           "available" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "SoundboardSoundSendRequest": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "sound_id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|  |           "source_guild_id": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "required": [ | ||||||
|  |           "sound_id" | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|       "SpamLinkRuleResponse": { |       "SpamLinkRuleResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  |  | ||||||
|  | @ -3817,6 +3817,44 @@ | ||||||
|         ] |         ] | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "/channels/{channel_id}/send-soundboard-sound": { | ||||||
|  |       "parameters": [ | ||||||
|  |         { | ||||||
|  |           "name": "channel_id", | ||||||
|  |           "in": "path", | ||||||
|  |           "schema": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|  |           "required": true | ||||||
|  |         } | ||||||
|  |       ], | ||||||
|  |       "post": { | ||||||
|  |         "operationId": "send_soundboard_sound", | ||||||
|  |         "requestBody": { | ||||||
|  |           "content": { | ||||||
|  |             "application/json": { | ||||||
|  |               "schema": { | ||||||
|  |                 "$ref": "#/components/schemas/SoundboardSoundSendRequest" | ||||||
|  |               } | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "required": true | ||||||
|  |         }, | ||||||
|  |         "responses": { | ||||||
|  |           "204": { | ||||||
|  |             "description": "204 response for send_soundboard_sound" | ||||||
|  |           }, | ||||||
|  |           "4XX": { | ||||||
|  |             "$ref": "#/components/responses/ClientErrorResponse" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "security": [ | ||||||
|  |           { | ||||||
|  |             "BotToken": [] | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "/channels/{channel_id}/thread-members/{user_id}": { |     "/channels/{channel_id}/thread-members/{user_id}": { | ||||||
|       "parameters": [ |       "parameters": [ | ||||||
|         { |         { | ||||||
|  | @ -7744,6 +7782,29 @@ | ||||||
|           "required": true |           "required": true | ||||||
|         } |         } | ||||||
|       ], |       ], | ||||||
|  |       "get": { | ||||||
|  |         "operationId": "get_guild_role", | ||||||
|  |         "responses": { | ||||||
|  |           "200": { | ||||||
|  |             "description": "200 response for get_guild_role", | ||||||
|  |             "content": { | ||||||
|  |               "application/json": { | ||||||
|  |                 "schema": { | ||||||
|  |                   "$ref": "#/components/schemas/GuildRoleResponse" | ||||||
|  |                 } | ||||||
|  |               } | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "4XX": { | ||||||
|  |             "$ref": "#/components/responses/ClientErrorResponse" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "security": [ | ||||||
|  |           { | ||||||
|  |             "BotToken": [] | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "delete_guild_role", |         "operationId": "delete_guild_role", | ||||||
|         "responses": { |         "responses": { | ||||||
|  | @ -28045,6 +28106,27 @@ | ||||||
|           "available" |           "available" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  |       "SoundboardSoundSendRequest": { | ||||||
|  |         "type": "object", | ||||||
|  |         "properties": { | ||||||
|  |           "sound_id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|  |           "source_guild_id": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "required": [ | ||||||
|  |           "sound_id" | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|       "SpamLinkRuleResponse": { |       "SpamLinkRuleResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue