We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b509d1f commit 309961aCopy full SHA for 309961a
1 file changed
api-spec/openapiSpecv3-2_0.json
@@ -16582,7 +16582,8 @@
16582
"description": "Delivery status of this job."
16583
},
16584
"creation_time_in_millis": {
16585
- "type": "object",
+ "type": "number",
16586
+ "format": "float",
16587
"description": "Timestamp when this job was created (epoch milliseconds)."
16588
16589
"detail": {
@@ -22958,7 +22959,8 @@
22958
22959
22960
"start_epoch_time_in_millis": {
22961
"description": "Filter records created on or after this time (epoch milliseconds).",
- "type": "object"
22962
22963
+ "format": "float"
22964
}
22965
22966
"required": [
0 commit comments