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:
Adversary 2025-09-23 01:10:01 +00:00
parent fa316ca381
commit 40aadd0a1c
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