Skip to content

Commit d2367ad

Browse files
OpenAPI Update (#884)
Update OpenAPI for 8e83fab029bef7bbc786db7a6b3c2f88e4ca6f9c Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 53cb7b1 commit d2367ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83271,12 +83271,13 @@
8327183271
"style": "form"
8327283272
},
8327383273
{
83274-
"description": "Specifies what granularity to use when generating event summaries. If not specified, a single event summary would be returned for the specified time range.",
83274+
"description": "Specifies what granularity to use when generating event summaries. If not specified, a single event summary would be returned for the specified time range. For hourly granularity, start and end times must align with hour boundaries (e.g., 00:00, 01:00, ..., 23:00). For daily granularity, start and end times must align with UTC day boundaries (00:00 UTC).",
8327583275
"in": "query",
8327683276
"name": "value_grouping_window",
8327783277
"required": false,
8327883278
"schema": {
8327983279
"enum": [
83280+
"day",
8328083281
"hour"
8328183282
],
8328283283
"type": "string"

embedded/openapi/spec3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61887,12 +61887,13 @@
6188761887
"style": "form"
6188861888
},
6188961889
{
61890-
"description": "Specifies what granularity to use when generating event summaries. If not specified, a single event summary would be returned for the specified time range.",
61890+
"description": "Specifies what granularity to use when generating event summaries. If not specified, a single event summary would be returned for the specified time range. For hourly granularity, start and end times must align with hour boundaries (e.g., 00:00, 01:00, ..., 23:00). For daily granularity, start and end times must align with UTC day boundaries (00:00 UTC).",
6189161891
"in": "query",
6189261892
"name": "value_grouping_window",
6189361893
"required": false,
6189461894
"schema": {
6189561895
"enum": [
61896+
"day",
6189661897
"hour"
6189761898
],
6189861899
"type": "string"

0 commit comments

Comments
 (0)