Automated spec update (116817)

This commit is contained in:
Nelly (automation bot) 2025-05-20 23:44:43 +00:00
parent 8b2a1399ce
commit 50c0411364
2 changed files with 12 additions and 12 deletions

View file

@ -2638,10 +2638,10 @@
} }
], ],
"get": { "get": {
"operationId": "list_pinned_messages", "operationId": "deprecated_list_pins",
"responses": { "responses": {
"200": { "200": {
"description": "200 response for list_pinned_messages", "description": "200 response for deprecated_list_pins",
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
@ -2687,10 +2687,10 @@
} }
], ],
"put": { "put": {
"operationId": "pin_message", "operationId": "deprecated_create_pin",
"responses": { "responses": {
"204": { "204": {
"description": "204 response for pin_message" "description": "204 response for deprecated_create_pin"
}, },
"4XX": { "4XX": {
"$ref": "#/components/responses/ClientErrorResponse" "$ref": "#/components/responses/ClientErrorResponse"
@ -2703,10 +2703,10 @@
] ]
}, },
"delete": { "delete": {
"operationId": "unpin_message", "operationId": "deprecated_delete_pin",
"responses": { "responses": {
"204": { "204": {
"description": "204 response for unpin_message" "description": "204 response for deprecated_delete_pin"
}, },
"4XX": { "4XX": {
"$ref": "#/components/responses/ClientErrorResponse" "$ref": "#/components/responses/ClientErrorResponse"

View file

@ -2638,10 +2638,10 @@
} }
], ],
"get": { "get": {
"operationId": "list_pinned_messages", "operationId": "deprecated_list_pins",
"responses": { "responses": {
"200": { "200": {
"description": "200 response for list_pinned_messages", "description": "200 response for deprecated_list_pins",
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
@ -2687,10 +2687,10 @@
} }
], ],
"put": { "put": {
"operationId": "pin_message", "operationId": "deprecated_create_pin",
"responses": { "responses": {
"204": { "204": {
"description": "204 response for pin_message" "description": "204 response for deprecated_create_pin"
}, },
"4XX": { "4XX": {
"$ref": "#/components/responses/ClientErrorResponse" "$ref": "#/components/responses/ClientErrorResponse"
@ -2703,10 +2703,10 @@
] ]
}, },
"delete": { "delete": {
"operationId": "unpin_message", "operationId": "deprecated_delete_pin",
"responses": { "responses": {
"204": { "204": {
"description": "204 response for unpin_message" "description": "204 response for deprecated_delete_pin"
}, },
"4XX": { "4XX": {
"$ref": "#/components/responses/ClientErrorResponse" "$ref": "#/components/responses/ClientErrorResponse"