Skip to content

Commit 762befb

Browse files
OpenAPI Update (#531)
Update OpenAPI for 9ff8230af434f7ea2b30c321a45eb6ebf1d002a9 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 07c7fe2 commit 762befb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

+6
Original file line numberDiff line numberDiff line change
@@ -11967,6 +11967,11 @@
1196711967
"maxLength": 5000,
1196811968
"type": "string"
1196911969
},
11970+
"created": {
11971+
"description": "Time at which the object was created. Measured in seconds since the Unix epoch.",
11972+
"format": "unix-time",
11973+
"type": "integer"
11974+
},
1197011975
"customer": {
1197111976
"anyOf": [
1197211977
{
@@ -12005,6 +12010,7 @@
1200512010
},
1200612011
"required": [
1200712012
"client_secret",
12013+
"created",
1200812014
"customer",
1200912015
"expires_at",
1201012016
"livemode",

0 commit comments

Comments
 (0)