mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (121553)
This commit is contained in:
parent
2456f4aede
commit
2a2605c2df
2 changed files with 20 additions and 0 deletions
|
@ -31341,6 +31341,16 @@
|
|||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"attachment_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -31773,6 +31773,16 @@
|
|||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"attachment_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue