Skip to content

Commit

Permalink
Update OpenAPI for 8e83fab029bef7bbc786db7a6b3c2f88e4ca6f9c
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 25, 2024
1 parent 53cb7b1 commit 8e425ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -83271,12 +83271,13 @@
"style": "form"
},
{
"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.",
"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).",
"in": "query",
"name": "value_grouping_window",
"required": false,
"schema": {
"enum": [
"day",
"hour"
],
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -61887,12 +61887,13 @@
"style": "form"
},
{
"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.",
"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).",
"in": "query",
"name": "value_grouping_window",
"required": false,
"schema": {
"enum": [
"day",
"hour"
],
"type": "string"
Expand Down

0 comments on commit 8e425ba

Please sign in to comment.