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 Sep 6, 2023
1 parent 4e571df commit 76ba058
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -98140,6 +98140,10 @@
"type": "string",
"x-stripeBypassValidation": true
},
"card_design": {
"maxLength": 5000,
"type": "string"
},
"expand": {
"description": "Specifies which fields in the response should be expanded.",
"items": {
Expand Down
3 changes: 3 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89526,6 +89526,9 @@ paths:
- stolen
type: string
x-stripeBypassValidation: true
card_design:
maxLength: 5000
type: string
expand:
description: Specifies which fields in the response should be expanded.
items:
Expand Down

0 comments on commit 76ba058

Please sign in to comment.