Skip to content

Commit

Permalink
OpenAPI Update (#648)
Browse files Browse the repository at this point in the history
Update OpenAPI for 4977824037d46c2d7ba012cbcb67b8fb42a3e043

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 5, 2024
1 parent b076de4 commit 46d16f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -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"
Expand Down

0 comments on commit 46d16f8

Please sign in to comment.