mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-05-01 06:20:33 -04:00
Automated spec update (192891)
This commit is contained in:
parent
33c702de54
commit
1ef11c520a
1 changed files with 47 additions and 11 deletions
|
|
@ -8015,7 +8015,7 @@
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8027,7 +8027,7 @@
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/AuthorType"
|
"$ref": "#/components/schemas/AuthorType"
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8039,7 +8039,43 @@
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
|
"uniqueItems": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mentions_role_id",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
},
|
||||||
|
"maxItems": 100,
|
||||||
|
"uniqueItems": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "replied_to_user_id",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
},
|
||||||
|
"maxItems": 100,
|
||||||
|
"uniqueItems": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "replied_to_message_id",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
},
|
||||||
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8104,7 +8140,7 @@
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/HasOption"
|
"$ref": "#/components/schemas/HasOption"
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8115,9 +8151,9 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 152133
|
"maxLength": 256
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8130,7 +8166,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 256
|
"maxLength": 256
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8149,7 +8185,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8160,9 +8196,9 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 152133
|
"maxLength": 256
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -8175,7 +8211,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 1024
|
"maxLength": 1024
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue