Skip to content

Commit 5c3b2c0

Browse files
OpenAPI Update (#1209)
Update OpenAPI for 29f690eb2fc35ca3803a268cc94fe761b31fdf9b Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 91b723a commit 5c3b2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73690,12 +73690,12 @@
7369073690
"type": "string"
7369173691
},
7369273692
"current_period_end": {
73693-
"description": "End of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created.",
73693+
"description": "End of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created. This field is deprecated starting on the `2025-03-31.basil` version, please use `current_period_end` on the items[] field instead",
7369473694
"format": "unix-time",
7369573695
"type": "integer"
7369673696
},
7369773697
"current_period_start": {
73698-
"description": "Start of the current period that the subscription has been invoiced for.",
73698+
"description": "Start of the current period that the subscription has been invoiced for. This field is deprecated starting on the `2025-03-31.basil` version, please use `current_period_start` on the items[] field instead",
7369973699
"format": "unix-time",
7370073700
"type": "integer"
7370173701
},

0 commit comments

Comments
 (0)