Skip to content

Commit 0eb8951

Browse files
OpenAPI Update (#715)
Update OpenAPI for 938a8b23c741c66a6ef6373746cfcd0bd9ebee35 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 6b9542a commit 0eb8951

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
@@ -12677,7 +12677,8 @@
1267712677
"unapplied_from_invoice",
1267812678
"unspent_receiver_credit"
1267912679
],
12680-
"type": "string"
12680+
"type": "string",
12681+
"x-stripeBypassValidation": true
1268112682
}
1268212683
},
1268312684
"required": [

embedded/openapi/spec3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8118,7 +8118,8 @@
81188118
"unapplied_from_invoice",
81198119
"unspent_receiver_credit"
81208120
],
8121-
"type": "string"
8121+
"type": "string",
8122+
"x-stripeBypassValidation": true
81228123
}
81238124
},
81248125
"required": [

0 commit comments

Comments
 (0)