From a70e081c803cdb091bbbcb7bc19cdd197bbcbc28 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 18 Jul 2024 00:12:22 +0000 Subject: [PATCH] Automated spec update (58625) --- specs/openapi.json | 18 ++++++++++++++++++ specs/openapi_preview.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 9b3b6ce..4670397 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -1095,6 +1095,24 @@ ] } ] + }, + "delete": { + "operationId": "delete_application_user_role_connection", + "responses": { + "204": { + "description": "204 response for delete_application_user_role_connection" + }, + "4XX": { + "$ref": "#/components/responses/ClientErrorResponse" + } + }, + "security": [ + { + "OAuth2": [ + "role_connections.write" + ] + } + ] } }, "/users/@me/guilds/{guild_id}/member": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 9264157..97d299f 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -1095,6 +1095,24 @@ ] } ] + }, + "delete": { + "operationId": "delete_application_user_role_connection", + "responses": { + "204": { + "description": "204 response for delete_application_user_role_connection" + }, + "4XX": { + "$ref": "#/components/responses/ClientErrorResponse" + } + }, + "security": [ + { + "OAuth2": [ + "role_connections.write" + ] + } + ] } }, "/users/@me/guilds/{guild_id}/member": {