Skip to content

Commit

Permalink
OpenAPI Update (#747)
Browse files Browse the repository at this point in the history
Update OpenAPI for bc08c82a5a09725da3a766a05693bfdc8c2416ad

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 13, 2024
1 parent f5f79a3 commit 9f6ab2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -80717,15 +80717,14 @@
"type": "object"
},
"timestamp": {
"description": "The time of the event. Measured in seconds since the Unix epoch.",
"description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"event_name",
"payload",
"timestamp"
"payload"
],
"type": "object"
}
Expand Down
5 changes: 2 additions & 3 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -59659,15 +59659,14 @@
"type": "object"
},
"timestamp": {
"description": "The time of the event. Measured in seconds since the Unix epoch.",
"description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"event_name",
"payload",
"timestamp"
"payload"
],
"type": "object"
}
Expand Down

0 comments on commit 9f6ab2c

Please sign in to comment.