Skip to content

Commit

Permalink
OpenAPI Update (#531)
Browse files Browse the repository at this point in the history
Update OpenAPI for 9ff8230af434f7ea2b30c321a45eb6ebf1d002a9

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 16, 2023
1 parent 07c7fe2 commit 762befb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -11967,6 +11967,11 @@
"maxLength": 5000,
"type": "string"
},
"created": {
"description": "Time at which the object was created. Measured in seconds since the Unix epoch.",
"format": "unix-time",
"type": "integer"
},
"customer": {
"anyOf": [
{
Expand Down Expand Up @@ -12005,6 +12010,7 @@
},
"required": [
"client_secret",
"created",
"customer",
"expires_at",
"livemode",
Expand Down

0 comments on commit 762befb

Please sign in to comment.