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"