mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-06-21 01:52:39 -04:00
Automated spec update (116817)
This commit is contained in:
parent
8b2a1399ce
commit
50c0411364
2 changed files with 12 additions and 12 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue