From 1186e6043f599bbe008264d7ce9bd15ba47a8576 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:12:53 +0000 Subject: [PATCH] Update OpenAPI for 7bd431e29a6778b498b62d68c23a4aa8fdece7ee --- embedded/openapi/spec3.beta.sdk.json | 2 +- embedded/openapi/spec3.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 3fe9cebb..6d183ff0 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -34606,7 +34606,7 @@ "type": "string" }, "mobile_auth_url": { - "description": "The url for mobile redirect based auth", + "description": "The url for mobile redirect based auth (for internal use only and not typically available in standard API requests).", "maxLength": 5000, "type": "string" }, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 4b1b6ef4..1a38e3a0 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -22434,11 +22434,6 @@ "maxLength": 5000, "type": "string" }, - "mobile_auth_url": { - "description": "The url for mobile redirect based auth", - "maxLength": 5000, - "type": "string" - }, "qr_code": { "$ref": "#/components/schemas/payment_intent_next_action_swish_qr_code" }