Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jul 3, 2024
1 parent 40665c0 commit 9e59657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4626,7 +4626,7 @@
"type": "number"
},
"end_time": {
"description": "End timestamp for this event summary (inclusive).",
"description": "End timestamp for this event summary (exclusive). Must be aligned with minute boundaries.",
"format": "unix-time",
"type": "integer"
},
Expand All @@ -4652,7 +4652,7 @@
"type": "string"
},
"start_time": {
"description": "Start timestamp for this event summary (inclusive).",
"description": "Start timestamp for this event summary (inclusive). Must be aligned with minute boundaries.",
"format": "unix-time",
"type": "integer"
}
Expand Down Expand Up @@ -83438,7 +83438,7 @@
"style": "form"
},
{
"description": "The timestamp from when to stop aggregating meter events (exclusive).",
"description": "The timestamp from when to stop aggregating meter events (exclusive). Must be aligned with minute boundaries.",
"in": "query",
"name": "end_time",
"required": true,
Expand Down Expand Up @@ -83496,7 +83496,7 @@
"style": "form"
},
{
"description": "The timestamp from when to start aggregating meter events (inclusive).",
"description": "The timestamp from when to start aggregating meter events (inclusive). Must be aligned with minute boundaries.",
"in": "query",
"name": "start_time",
"required": true,
Expand Down
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@
"type": "number"
},
"end_time": {
"description": "End timestamp for this event summary (inclusive).",
"description": "End timestamp for this event summary (exclusive). Must be aligned with minute boundaries.",
"format": "unix-time",
"type": "integer"
},
Expand All @@ -3468,7 +3468,7 @@
"type": "string"
},
"start_time": {
"description": "Start timestamp for this event summary (inclusive).",
"description": "Start timestamp for this event summary (inclusive). Must be aligned with minute boundaries.",
"format": "unix-time",
"type": "integer"
}
Expand Down Expand Up @@ -61872,7 +61872,7 @@
"style": "form"
},
{
"description": "The timestamp from when to stop aggregating meter events (exclusive).",
"description": "The timestamp from when to stop aggregating meter events (exclusive). Must be aligned with minute boundaries.",
"in": "query",
"name": "end_time",
"required": true,
Expand Down Expand Up @@ -61930,7 +61930,7 @@
"style": "form"
},
{
"description": "The timestamp from when to start aggregating meter events (inclusive).",
"description": "The timestamp from when to start aggregating meter events (inclusive). Must be aligned with minute boundaries.",
"in": "query",
"name": "start_time",
"required": true,
Expand Down

0 comments on commit 9e59657

Please sign in to comment.