mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-06-25 07:40:34 -04:00
Automated spec update (230598)
This commit is contained in:
parent
ff2c00aefd
commit
950380f96a
2 changed files with 36 additions and 0 deletions
|
|
@ -23786,6 +23786,24 @@
|
|||
"format": "int32"
|
||||
}
|
||||
]
|
||||
},
|
||||
"role_ids": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"maxItems": 250,
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -23804,6 +23804,24 @@
|
|||
"format": "int32"
|
||||
}
|
||||
]
|
||||
},
|
||||
"role_ids": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"maxItems": 250,
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue