Skip to content

Commit 9408fa9

Browse files
author
Nelly (automation bot)
committed
Automated spec update (156269)
1 parent f10b538 commit 9408fa9

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

specs/openapi.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22093,6 +22093,16 @@
2209322093
"boolean",
2209422094
"null"
2209522095
]
22096+
},
22097+
"gifter_user_id": {
22098+
"oneOf": [
22099+
{
22100+
"type": "null"
22101+
},
22102+
{
22103+
"$ref": "#/components/schemas/SnowflakeType"
22104+
}
22105+
]
2209622106
}
2209722107
},
2209822108
"required": [

specs/openapi_preview.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22502,6 +22502,16 @@
2250222502
"boolean",
2250322503
"null"
2250422504
]
22505+
},
22506+
"gifter_user_id": {
22507+
"oneOf": [
22508+
{
22509+
"type": "null"
22510+
},
22511+
{
22512+
"$ref": "#/components/schemas/SnowflakeType"
22513+
}
22514+
]
2250522515
}
2250622516
},
2250722517
"required": [

0 commit comments

Comments
 (0)