diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index c98313a5c81..0ad25f52ebc 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v2021
\ No newline at end of file
+v2023
\ No newline at end of file
diff --git a/src/main/java/com/stripe/param/v2/billing/MeterEventStreamCreateParams.java b/src/main/java/com/stripe/param/v2/billing/MeterEventStreamCreateParams.java
index 5b0d475cd51..8712b57029c 100644
--- a/src/main/java/com/stripe/param/v2/billing/MeterEventStreamCreateParams.java
+++ b/src/main/java/com/stripe/param/v2/billing/MeterEventStreamCreateParams.java
@@ -14,7 +14,10 @@
@Getter
@EqualsAndHashCode(callSuper = false)
public class MeterEventStreamCreateParams extends ApiRequestParams {
- /** Required. List of meter events to include in the request. */
+ /**
+ * Required. List of meter events to include in the request. Supports up to 100
+ * events per request.
+ */
@SerializedName("events")
List events;