main - Automated spec update (150301)
made at remote:2025-09-23T00:51:18 taken at now:2025-09-23T01:10:01 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
fa316ca381
commit
40aadd0a1c
2 changed files with 78 additions and 0 deletions
|
@ -2585,6 +2585,45 @@
|
|||
],
|
||||
"x-discord-union": "oneOf"
|
||||
}
|
||||
},
|
||||
"application/x-www-form-urlencoded": {
|
||||
"schema": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGroupDMInviteRequest"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGuildInviteRequest"
|
||||
}
|
||||
],
|
||||
"x-discord-union": "oneOf"
|
||||
}
|
||||
},
|
||||
"multipart/form-data": {
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGroupDMInviteRequest"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGuildInviteRequest"
|
||||
}
|
||||
],
|
||||
"x-discord-union": "oneOf"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"target_users_file": {
|
||||
"type": "string",
|
||||
"contentEncoding": "binary"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
|
|
|
@ -2585,6 +2585,45 @@
|
|||
],
|
||||
"x-discord-union": "oneOf"
|
||||
}
|
||||
},
|
||||
"application/x-www-form-urlencoded": {
|
||||
"schema": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGroupDMInviteRequest"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGuildInviteRequest"
|
||||
}
|
||||
],
|
||||
"x-discord-union": "oneOf"
|
||||
}
|
||||
},
|
||||
"multipart/form-data": {
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGroupDMInviteRequest"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CreateGuildInviteRequest"
|
||||
}
|
||||
],
|
||||
"x-discord-union": "oneOf"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"target_users_file": {
|
||||
"type": "string",
|
||||
"contentEncoding": "binary"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue