mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-05-30 14:10:32 -04:00
Automated spec update (221993)
This commit is contained in:
parent
ac55939ed6
commit
09c232e9f9
2 changed files with 20 additions and 0 deletions
|
|
@ -13565,6 +13565,16 @@
|
|||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"provisional_user_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
},
|
||||
"external_user_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
|
|
|
|||
|
|
@ -13577,6 +13577,16 @@
|
|||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"provisional_user_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
},
|
||||
"external_user_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue