main - Automated spec update (122530)
made at remote:2025-06-13T16:59:13 taken at now:2025-06-13T17:10:03 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									c4aad351c2
								
							
						
					
					
						commit
						3cea5f0050
					
				
					 2 changed files with 200 additions and 0 deletions
				
			
		|  | @ -8199,6 +8199,65 @@ | |||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "/lobbies/{lobby_id}/members/bulk": { | ||||
|       "parameters": [ | ||||
|         { | ||||
|           "name": "lobby_id", | ||||
|           "in": "path", | ||||
|           "schema": { | ||||
|             "$ref": "#/components/schemas/SnowflakeType" | ||||
|           }, | ||||
|           "required": true | ||||
|         } | ||||
|       ], | ||||
|       "post": { | ||||
|         "operationId": "bulk_update_lobby_members", | ||||
|         "requestBody": { | ||||
|           "content": { | ||||
|             "application/json": { | ||||
|               "schema": { | ||||
|                 "type": [ | ||||
|                   "array", | ||||
|                   "null" | ||||
|                 ], | ||||
|                 "items": { | ||||
|                   "$ref": "#/components/schemas/BulkLobbyMemberRequest" | ||||
|                 }, | ||||
|                 "minItems": 1, | ||||
|                 "maxItems": 25 | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|           "required": true | ||||
|         }, | ||||
|         "responses": { | ||||
|           "200": { | ||||
|             "description": "200 response for bulk_update_lobby_members", | ||||
|             "content": { | ||||
|               "application/json": { | ||||
|                 "schema": { | ||||
|                   "type": [ | ||||
|                     "array", | ||||
|                     "null" | ||||
|                   ], | ||||
|                   "items": { | ||||
|                     "$ref": "#/components/schemas/LobbyMemberResponse" | ||||
|                   } | ||||
|                 } | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|           "4XX": { | ||||
|             "$ref": "#/components/responses/ClientErrorResponse" | ||||
|           } | ||||
|         }, | ||||
|         "security": [ | ||||
|           { | ||||
|             "BotToken": [] | ||||
|           } | ||||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "/lobbies/{lobby_id}/members/{user_id}": { | ||||
|       "parameters": [ | ||||
|         { | ||||
|  | @ -15212,6 +15271,47 @@ | |||
|           "failed_users" | ||||
|         ] | ||||
|       }, | ||||
|       "BulkLobbyMemberRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "id": { | ||||
|             "$ref": "#/components/schemas/SnowflakeType" | ||||
|           }, | ||||
|           "metadata": { | ||||
|             "type": [ | ||||
|               "object", | ||||
|               "null" | ||||
|             ], | ||||
|             "additionalProperties": { | ||||
|               "type": "string", | ||||
|               "maxLength": 1024 | ||||
|             }, | ||||
|             "maxProperties": 25 | ||||
|           }, | ||||
|           "flags": { | ||||
|             "oneOf": [ | ||||
|               { | ||||
|                 "type": "null" | ||||
|               }, | ||||
|               { | ||||
|                 "type": "integer", | ||||
|                 "enum": [ | ||||
|                   1 | ||||
|                 ] | ||||
|               } | ||||
|             ] | ||||
|           }, | ||||
|           "remove_member": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           } | ||||
|         }, | ||||
|         "required": [ | ||||
|           "id" | ||||
|         ] | ||||
|       }, | ||||
|       "ButtonComponentForMessageRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|  |  | |||
|  | @ -8199,6 +8199,65 @@ | |||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "/lobbies/{lobby_id}/members/bulk": { | ||||
|       "parameters": [ | ||||
|         { | ||||
|           "name": "lobby_id", | ||||
|           "in": "path", | ||||
|           "schema": { | ||||
|             "$ref": "#/components/schemas/SnowflakeType" | ||||
|           }, | ||||
|           "required": true | ||||
|         } | ||||
|       ], | ||||
|       "post": { | ||||
|         "operationId": "bulk_update_lobby_members", | ||||
|         "requestBody": { | ||||
|           "content": { | ||||
|             "application/json": { | ||||
|               "schema": { | ||||
|                 "type": [ | ||||
|                   "array", | ||||
|                   "null" | ||||
|                 ], | ||||
|                 "items": { | ||||
|                   "$ref": "#/components/schemas/BulkLobbyMemberRequest" | ||||
|                 }, | ||||
|                 "minItems": 1, | ||||
|                 "maxItems": 25 | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|           "required": true | ||||
|         }, | ||||
|         "responses": { | ||||
|           "200": { | ||||
|             "description": "200 response for bulk_update_lobby_members", | ||||
|             "content": { | ||||
|               "application/json": { | ||||
|                 "schema": { | ||||
|                   "type": [ | ||||
|                     "array", | ||||
|                     "null" | ||||
|                   ], | ||||
|                   "items": { | ||||
|                     "$ref": "#/components/schemas/LobbyMemberResponse" | ||||
|                   } | ||||
|                 } | ||||
|               } | ||||
|             } | ||||
|           }, | ||||
|           "4XX": { | ||||
|             "$ref": "#/components/responses/ClientErrorResponse" | ||||
|           } | ||||
|         }, | ||||
|         "security": [ | ||||
|           { | ||||
|             "BotToken": [] | ||||
|           } | ||||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "/lobbies/{lobby_id}/members/{user_id}": { | ||||
|       "parameters": [ | ||||
|         { | ||||
|  | @ -15212,6 +15271,47 @@ | |||
|           "failed_users" | ||||
|         ] | ||||
|       }, | ||||
|       "BulkLobbyMemberRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|           "id": { | ||||
|             "$ref": "#/components/schemas/SnowflakeType" | ||||
|           }, | ||||
|           "metadata": { | ||||
|             "type": [ | ||||
|               "object", | ||||
|               "null" | ||||
|             ], | ||||
|             "additionalProperties": { | ||||
|               "type": "string", | ||||
|               "maxLength": 1024 | ||||
|             }, | ||||
|             "maxProperties": 25 | ||||
|           }, | ||||
|           "flags": { | ||||
|             "oneOf": [ | ||||
|               { | ||||
|                 "type": "null" | ||||
|               }, | ||||
|               { | ||||
|                 "type": "integer", | ||||
|                 "enum": [ | ||||
|                   1 | ||||
|                 ] | ||||
|               } | ||||
|             ] | ||||
|           }, | ||||
|           "remove_member": { | ||||
|             "type": [ | ||||
|               "boolean", | ||||
|               "null" | ||||
|             ] | ||||
|           } | ||||
|         }, | ||||
|         "required": [ | ||||
|           "id" | ||||
|         ] | ||||
|       }, | ||||
|       "ButtonComponentForMessageRequest": { | ||||
|         "type": "object", | ||||
|         "properties": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue