mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-23 00:41:23 -05:00
Automated spec update
This commit is contained in:
parent
aeb2a855ed
commit
f859c951c8
2 changed files with 12 additions and 12 deletions
|
@ -2350,7 +2350,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"get": {
|
"get": {
|
||||||
"operationId": "get_webhooks_messages_original",
|
"operationId": "get_original_webhook_message",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "thread_id",
|
"name": "thread_id",
|
||||||
|
@ -2366,7 +2366,7 @@
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "200 response for get_webhooks_messages_original",
|
"description": "200 response for get_original_webhook_message",
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
|
@ -2387,7 +2387,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"operationId": "delete_webhooks_messages_original",
|
"operationId": "delete_original_webhook_message",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "thread_id",
|
"name": "thread_id",
|
||||||
|
@ -2403,7 +2403,7 @@
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"204": {
|
"204": {
|
||||||
"description": "204 response for delete_webhooks_messages_original"
|
"description": "204 response for delete_original_webhook_message"
|
||||||
},
|
},
|
||||||
"4XX": {
|
"4XX": {
|
||||||
"$ref": "#/components/responses/ClientErrorResponse"
|
"$ref": "#/components/responses/ClientErrorResponse"
|
||||||
|
@ -2417,7 +2417,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"operationId": "patch_webhooks_messages_original",
|
"operationId": "update_original_webhook_message",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "thread_id",
|
"name": "thread_id",
|
||||||
|
@ -2502,7 +2502,7 @@
|
||||||
},
|
},
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "200 response for patch_webhooks_messages_original",
|
"description": "200 response for update_original_webhook_message",
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
|
|
|
@ -2350,7 +2350,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"get": {
|
"get": {
|
||||||
"operationId": "get_webhooks_messages_original",
|
"operationId": "get_original_webhook_message",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "thread_id",
|
"name": "thread_id",
|
||||||
|
@ -2366,7 +2366,7 @@
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "200 response for get_webhooks_messages_original",
|
"description": "200 response for get_original_webhook_message",
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
|
@ -2387,7 +2387,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"operationId": "delete_webhooks_messages_original",
|
"operationId": "delete_original_webhook_message",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "thread_id",
|
"name": "thread_id",
|
||||||
|
@ -2403,7 +2403,7 @@
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"204": {
|
"204": {
|
||||||
"description": "204 response for delete_webhooks_messages_original"
|
"description": "204 response for delete_original_webhook_message"
|
||||||
},
|
},
|
||||||
"4XX": {
|
"4XX": {
|
||||||
"$ref": "#/components/responses/ClientErrorResponse"
|
"$ref": "#/components/responses/ClientErrorResponse"
|
||||||
|
@ -2417,7 +2417,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"operationId": "patch_webhooks_messages_original",
|
"operationId": "update_original_webhook_message",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "thread_id",
|
"name": "thread_id",
|
||||||
|
@ -2502,7 +2502,7 @@
|
||||||
},
|
},
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "200 response for patch_webhooks_messages_original",
|
"description": "200 response for update_original_webhook_message",
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
|
|
Loading…
Reference in a new issue