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": {
"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"

View file

@ -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"