From 46d16f80b55a6ff829876b9e7587c45d8d7aefce Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:28:52 +0000 Subject: [PATCH] OpenAPI Update (#648) Update OpenAPI for 4977824037d46c2d7ba012cbcb67b8fb42a3e043 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 2 +- embedded/openapi/spec3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a9fc5040..dc689ce6 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -18008,7 +18008,7 @@ "type": "string" }, "id_number": { - "description": "ID number.", + "description": "ID number. When `id_number_type` is `us_ssn`, only the last 4 digits are present.", "maxLength": 5000, "nullable": true, "type": "string" diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 902a900c..aa7e654e 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -11816,7 +11816,7 @@ "type": "string" }, "id_number": { - "description": "ID number.", + "description": "ID number. When `id_number_type` is `us_ssn`, only the last 4 digits are present.", "maxLength": 5000, "nullable": true, "type": "string"