From 50c0411364289544be5522b929047b532e3a4d19 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Tue, 20 May 2025 23:44:43 +0000 Subject: [PATCH] Automated spec update (116817) --- specs/openapi.json | 12 ++++++------ specs/openapi_preview.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 178c47f..b411cbc 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -2638,10 +2638,10 @@ } ], "get": { - "operationId": "list_pinned_messages", + "operationId": "deprecated_list_pins", "responses": { "200": { - "description": "200 response for list_pinned_messages", + "description": "200 response for deprecated_list_pins", "content": { "application/json": { "schema": { @@ -2687,10 +2687,10 @@ } ], "put": { - "operationId": "pin_message", + "operationId": "deprecated_create_pin", "responses": { "204": { - "description": "204 response for pin_message" + "description": "204 response for deprecated_create_pin" }, "4XX": { "$ref": "#/components/responses/ClientErrorResponse" @@ -2703,10 +2703,10 @@ ] }, "delete": { - "operationId": "unpin_message", + "operationId": "deprecated_delete_pin", "responses": { "204": { - "description": "204 response for unpin_message" + "description": "204 response for deprecated_delete_pin" }, "4XX": { "$ref": "#/components/responses/ClientErrorResponse" diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index e0719cf..3e2dc9d 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -2638,10 +2638,10 @@ } ], "get": { - "operationId": "list_pinned_messages", + "operationId": "deprecated_list_pins", "responses": { "200": { - "description": "200 response for list_pinned_messages", + "description": "200 response for deprecated_list_pins", "content": { "application/json": { "schema": { @@ -2687,10 +2687,10 @@ } ], "put": { - "operationId": "pin_message", + "operationId": "deprecated_create_pin", "responses": { "204": { - "description": "204 response for pin_message" + "description": "204 response for deprecated_create_pin" }, "4XX": { "$ref": "#/components/responses/ClientErrorResponse" @@ -2703,10 +2703,10 @@ ] }, "delete": { - "operationId": "unpin_message", + "operationId": "deprecated_delete_pin", "responses": { "204": { - "description": "204 response for unpin_message" + "description": "204 response for deprecated_delete_pin" }, "4XX": { "$ref": "#/components/responses/ClientErrorResponse"