mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (26451)
This commit is contained in:
parent
30af4f7acf
commit
a642b7d78b
2 changed files with 16 additions and 2 deletions
|
@ -5236,6 +5236,13 @@
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "target_id",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "action_type",
|
"name": "action_type",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
|
@ -13509,7 +13516,7 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 2592000
|
"maximum": 604800
|
||||||
},
|
},
|
||||||
"temporary": {
|
"temporary": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
|
@ -5236,6 +5236,13 @@
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "target_id",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "action_type",
|
"name": "action_type",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
|
@ -13553,7 +13560,7 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 2592000
|
"maximum": 604800
|
||||||
},
|
},
|
||||||
"temporary": {
|
"temporary": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
Loading…
Reference in a new issue