Skip to content

Commit e43c40d

Browse files
OpenAPI Update (#681)
Update OpenAPI for 5d69faa14bb84f6826d7128dcd6d2502b536a6d7 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent cd6fc3a commit e43c40d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10296,7 +10296,8 @@
1029610296
"issued",
1029710297
"void"
1029810298
],
10299-
"type": "string"
10299+
"type": "string",
10300+
"x-stripeBypassValidation": true
1030010301
},
1030110302
"subtotal": {
1030210303
"description": "The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding exclusive tax and invoice level discounts.",

embedded/openapi/spec3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6884,7 +6884,8 @@
68846884
"issued",
68856885
"void"
68866886
],
6887-
"type": "string"
6887+
"type": "string",
6888+
"x-stripeBypassValidation": true
68886889
},
68896890
"subtotal": {
68906891
"description": "The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding exclusive tax and invoice level discounts.",

0 commit comments

Comments
 (0)