Skip to content

Commit 9e59657

Browse files
OpenAPI Update (#900)
Update OpenAPI for f7d73ebba230cce729ce5565dd62fb56169658a9 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 40665c0 commit 9e59657

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4626,7 +4626,7 @@
46264626
"type": "number"
46274627
},
46284628
"end_time": {
4629-
"description": "End timestamp for this event summary (inclusive).",
4629+
"description": "End timestamp for this event summary (exclusive). Must be aligned with minute boundaries.",
46304630
"format": "unix-time",
46314631
"type": "integer"
46324632
},
@@ -4652,7 +4652,7 @@
46524652
"type": "string"
46534653
},
46544654
"start_time": {
4655-
"description": "Start timestamp for this event summary (inclusive).",
4655+
"description": "Start timestamp for this event summary (inclusive). Must be aligned with minute boundaries.",
46564656
"format": "unix-time",
46574657
"type": "integer"
46584658
}
@@ -83438,7 +83438,7 @@
8343883438
"style": "form"
8343983439
},
8344083440
{
83441-
"description": "The timestamp from when to stop aggregating meter events (exclusive).",
83441+
"description": "The timestamp from when to stop aggregating meter events (exclusive). Must be aligned with minute boundaries.",
8344283442
"in": "query",
8344383443
"name": "end_time",
8344483444
"required": true,
@@ -83496,7 +83496,7 @@
8349683496
"style": "form"
8349783497
},
8349883498
{
83499-
"description": "The timestamp from when to start aggregating meter events (inclusive).",
83499+
"description": "The timestamp from when to start aggregating meter events (inclusive). Must be aligned with minute boundaries.",
8350083500
"in": "query",
8350183501
"name": "start_time",
8350283502
"required": true,

embedded/openapi/spec3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,7 +3442,7 @@
34423442
"type": "number"
34433443
},
34443444
"end_time": {
3445-
"description": "End timestamp for this event summary (inclusive).",
3445+
"description": "End timestamp for this event summary (exclusive). Must be aligned with minute boundaries.",
34463446
"format": "unix-time",
34473447
"type": "integer"
34483448
},
@@ -3468,7 +3468,7 @@
34683468
"type": "string"
34693469
},
34703470
"start_time": {
3471-
"description": "Start timestamp for this event summary (inclusive).",
3471+
"description": "Start timestamp for this event summary (inclusive). Must be aligned with minute boundaries.",
34723472
"format": "unix-time",
34733473
"type": "integer"
34743474
}
@@ -61872,7 +61872,7 @@
6187261872
"style": "form"
6187361873
},
6187461874
{
61875-
"description": "The timestamp from when to stop aggregating meter events (exclusive).",
61875+
"description": "The timestamp from when to stop aggregating meter events (exclusive). Must be aligned with minute boundaries.",
6187661876
"in": "query",
6187761877
"name": "end_time",
6187861878
"required": true,
@@ -61930,7 +61930,7 @@
6193061930
"style": "form"
6193161931
},
6193261932
{
61933-
"description": "The timestamp from when to start aggregating meter events (inclusive).",
61933+
"description": "The timestamp from when to start aggregating meter events (inclusive). Must be aligned with minute boundaries.",
6193461934
"in": "query",
6193561935
"name": "start_time",
6193661936
"required": true,

0 commit comments

Comments
 (0)