Skip to content

Commit 9f6ab2c

Browse files
OpenAPI Update (#747)
Update OpenAPI for bc08c82a5a09725da3a766a05693bfdc8c2416ad Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent f5f79a3 commit 9f6ab2c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80717,15 +80717,14 @@
8071780717
"type": "object"
8071880718
},
8071980719
"timestamp": {
80720-
"description": "The time of the event. Measured in seconds since the Unix epoch.",
80720+
"description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.",
8072180721
"format": "unix-time",
8072280722
"type": "integer"
8072380723
}
8072480724
},
8072580725
"required": [
8072680726
"event_name",
80727-
"payload",
80728-
"timestamp"
80727+
"payload"
8072980728
],
8073080729
"type": "object"
8073180730
}

embedded/openapi/spec3.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59659,15 +59659,14 @@
5965959659
"type": "object"
5966059660
},
5966159661
"timestamp": {
59662-
"description": "The time of the event. Measured in seconds since the Unix epoch.",
59662+
"description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.",
5966359663
"format": "unix-time",
5966459664
"type": "integer"
5966559665
}
5966659666
},
5966759667
"required": [
5966859668
"event_name",
59669-
"payload",
59670-
"timestamp"
59669+
"payload"
5967159670
],
5967259671
"type": "object"
5967359672
}

0 commit comments

Comments
 (0)