Automated spec update (150301)

This commit is contained in:
Nelly (automation bot) 2025-09-23 00:51:18 +00:00
parent 44a11d8de8
commit 4727514a64
2 changed files with 78 additions and 0 deletions

View file

@ -2585,6 +2585,45 @@
], ],
"x-discord-union": "oneOf" "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 "required": true

View file

@ -2585,6 +2585,45 @@
], ],
"x-discord-union": "oneOf" "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 "required": true