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 ef16c28 commit 4e571df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -18762,7 +18762,8 @@
"description": "Whether this card design is used to create cards when one is not specified.",
"enum": [
"default",
"none"
"none",
"platform_default"
],
"type": "string"
},
Expand Down Expand Up @@ -93536,7 +93537,8 @@
"schema": {
"enum": [
"default",
"none"
"none",
"platform_default"
],
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17384,6 +17384,7 @@ components:
enum:
- default
- none
- platform_default
type: string
status:
description: Whether this card design can be used to create cards.
Expand Down Expand Up @@ -85116,6 +85117,7 @@ paths:
enum:
- default
- none
- platform_default
type: string
style: form
- description: >-
Expand Down

0 comments on commit 4e571df

Please sign in to comment.