mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-06-24 15:30:32 -04:00
Automated spec update (230172)
This commit is contained in:
parent
8fa3d14be0
commit
ff2c00aefd
2 changed files with 8 additions and 8 deletions
|
|
@ -21571,7 +21571,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"BasicApplicationResponse": {
|
||||
"BasicApplicationResponseWithBot": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
@ -21835,7 +21835,7 @@
|
|||
"$ref": "#/components/schemas/MessageActivityResponse"
|
||||
},
|
||||
"application": {
|
||||
"$ref": "#/components/schemas/BasicApplicationResponse"
|
||||
"$ref": "#/components/schemas/BasicApplicationResponseWithBot"
|
||||
},
|
||||
"application_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
@ -33253,7 +33253,7 @@
|
|||
"$ref": "#/components/schemas/MessageActivityResponse"
|
||||
},
|
||||
"application": {
|
||||
"$ref": "#/components/schemas/BasicApplicationResponse"
|
||||
"$ref": "#/components/schemas/BasicApplicationResponseWithBot"
|
||||
},
|
||||
"application_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
@ -37457,7 +37457,7 @@
|
|||
"$ref": "#/components/schemas/MessageActivityResponse"
|
||||
},
|
||||
"application": {
|
||||
"$ref": "#/components/schemas/BasicApplicationResponse"
|
||||
"$ref": "#/components/schemas/BasicApplicationResponseWithBot"
|
||||
},
|
||||
"application_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
|
|||
|
|
@ -21583,7 +21583,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"BasicApplicationResponse": {
|
||||
"BasicApplicationResponseWithBot": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
@ -21847,7 +21847,7 @@
|
|||
"$ref": "#/components/schemas/MessageActivityResponse"
|
||||
},
|
||||
"application": {
|
||||
"$ref": "#/components/schemas/BasicApplicationResponse"
|
||||
"$ref": "#/components/schemas/BasicApplicationResponseWithBot"
|
||||
},
|
||||
"application_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
@ -33272,7 +33272,7 @@
|
|||
"$ref": "#/components/schemas/MessageActivityResponse"
|
||||
},
|
||||
"application": {
|
||||
"$ref": "#/components/schemas/BasicApplicationResponse"
|
||||
"$ref": "#/components/schemas/BasicApplicationResponseWithBot"
|
||||
},
|
||||
"application_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
@ -37476,7 +37476,7 @@
|
|||
"$ref": "#/components/schemas/MessageActivityResponse"
|
||||
},
|
||||
"application": {
|
||||
"$ref": "#/components/schemas/BasicApplicationResponse"
|
||||
"$ref": "#/components/schemas/BasicApplicationResponseWithBot"
|
||||
},
|
||||
"application_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
|
|
|
|||
Loading…
Reference in a new issue