Skip to content

Commit 309961a

Browse files
committed
test
1 parent b509d1f commit 309961a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

api-spec/openapiSpecv3-2_0.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16582,7 +16582,8 @@
1658216582
"description": "Delivery status of this job."
1658316583
},
1658416584
"creation_time_in_millis": {
16585-
"type": "object",
16585+
"type": "number",
16586+
"format": "float",
1658616587
"description": "Timestamp when this job was created (epoch milliseconds)."
1658716588
},
1658816589
"detail": {
@@ -22958,7 +22959,8 @@
2295822959
},
2295922960
"start_epoch_time_in_millis": {
2296022961
"description": "Filter records created on or after this time (epoch milliseconds).",
22961-
"type": "object"
22962+
"type": "number",
22963+
"format": "float"
2296222964
}
2296322965
},
2296422966
"required": [

0 commit comments

Comments
 (0)