From 433814dc7fc3403bbeae84f2e2f6a303e91afc20 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:25:37 +0000 Subject: [PATCH] Update OpenAPI for dd80f4839ef6d68a9356f8a96dd7b685e75c8b68 --- embedded/openapi/spec3.beta.sdk.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index fd4e3cca..b78e4d41 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -23558,6 +23558,10 @@ "maxLength": 5000, "type": "string" }, + "livemode": { + "description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.", + "type": "boolean" + }, "lookup_key": { "description": "A lookup key used to retrieve personalization designs dynamically from a static string. This may be up to 200 characters.", "maxLength": 5000, @@ -23626,6 +23630,7 @@ "carrier_text", "created", "id", + "livemode", "lookup_key", "metadata", "name",