Automated spec update (26451)
This commit is contained in:
parent
30af4f7acf
commit
a642b7d78b
|
@ -5236,6 +5236,13 @@
|
|||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "target_id",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "action_type",
|
||||
"in": "query",
|
||||
|
@ -13509,7 +13516,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2592000
|
||||
"maximum": 604800
|
||||
},
|
||||
"temporary": {
|
||||
"type": [
|
||||
|
|
|
@ -5236,6 +5236,13 @@
|
|||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "target_id",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "action_type",
|
||||
"in": "query",
|
||||
|
@ -13553,7 +13560,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2592000
|
||||
"maximum": 604800
|
||||
},
|
||||
"temporary": {
|
||||
"type": [
|
||||
|
|
Loading…
Reference in New Issue