Skip to content

Commit

Permalink
OpenAPI Update (#691)
Browse files Browse the repository at this point in the history
Update OpenAPI for b7fe530732f71725884506a2d844552b6b97e8ad

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 27, 2024
1 parent f101f05 commit 74054ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -18632,6 +18632,7 @@
"id",
"livemode",
"object",
"type",
"verification_session"
],
"title": "GelatoVerificationReport",
Expand Down Expand Up @@ -18772,7 +18773,6 @@
"document",
"id_number"
],
"nullable": true,
"type": "string",
"x-stripeBypassValidation": true
},
Expand Down
7 changes: 4 additions & 3 deletions embedded/openapi/spec3.json
Expand Up @@ -12223,7 +12223,8 @@
"created",
"id",
"livemode",
"object"
"object",
"type"
],
"title": "GelatoVerificationReport",
"type": "object",
Expand Down Expand Up @@ -12342,7 +12343,6 @@
"document",
"id_number"
],
"nullable": true,
"type": "string",
"x-stripeBypassValidation": true
},
Expand All @@ -12368,7 +12368,8 @@
"livemode",
"metadata",
"object",
"status"
"status",
"type"
],
"title": "GelatoVerificationSession",
"type": "object",
Expand Down

0 comments on commit 74054ee

Please sign in to comment.