Automated spec update (55717)
This commit is contained in:
parent
ffdbc80b7a
commit
e723075256
|
@ -12578,9 +12578,6 @@
|
|||
"type": {
|
||||
"$ref": "#/components/schemas/MessageType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -12668,6 +12665,9 @@
|
|||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
@ -12849,7 +12849,6 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
|
@ -12859,6 +12858,7 @@
|
|||
"flags",
|
||||
"components",
|
||||
"id",
|
||||
"channel_id",
|
||||
"author",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
|
@ -22770,9 +22770,6 @@
|
|||
"type": {
|
||||
"$ref": "#/components/schemas/MessageType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -22860,6 +22857,9 @@
|
|||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
@ -23060,7 +23060,6 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
|
@ -23070,6 +23069,7 @@
|
|||
"flags",
|
||||
"components",
|
||||
"id",
|
||||
"channel_id",
|
||||
"author",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
|
|
|
@ -12777,9 +12777,6 @@
|
|||
"type": {
|
||||
"$ref": "#/components/schemas/MessageType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -12867,6 +12864,9 @@
|
|||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
@ -13064,7 +13064,6 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
|
@ -13074,6 +13073,7 @@
|
|||
"flags",
|
||||
"components",
|
||||
"id",
|
||||
"channel_id",
|
||||
"author",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
|
@ -23161,9 +23161,6 @@
|
|||
"type": {
|
||||
"$ref": "#/components/schemas/MessageType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -23251,6 +23248,9 @@
|
|||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"channel_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
@ -23467,7 +23467,6 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
|
@ -23477,6 +23476,7 @@
|
|||
"flags",
|
||||
"components",
|
||||
"id",
|
||||
"channel_id",
|
||||
"author",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
|
|
Loading…
Reference in New Issue