Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 19, 2024
1 parent 5597687 commit 938a8b2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -12677,7 +12677,8 @@
"unapplied_from_invoice",
"unspent_receiver_credit"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11795,6 +11795,7 @@ components:
- unapplied_from_invoice
- unspent_receiver_credit
type: string
x-stripeBypassValidation: true
required:
- amount
- created
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8118,7 +8118,8 @@
"unapplied_from_invoice",
"unspent_receiver_credit"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10564,7 +10564,8 @@
"unapplied_from_invoice",
"unspent_receiver_credit"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9931,6 +9931,7 @@ components:
- unapplied_from_invoice
- unspent_receiver_credit
type: string
x-stripeBypassValidation: true
required:
- amount
- created
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8055,6 +8055,7 @@ components:
- unapplied_from_invoice
- unspent_receiver_credit
type: string
x-stripeBypassValidation: true
required:
- amount
- created
Expand Down

0 comments on commit 938a8b2

Please sign in to comment.