Skip to content

Commit

Permalink
Update OpenAPI for 84fee1df1d45dee8625c14801290ce1f9348f7af
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 5, 2024
1 parent 01e0c0e commit 4cb05b6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
19 changes: 19 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -69612,6 +69612,25 @@
"title": "base_config_param",
"type": "object"
},
"documents": {
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object"
},
"payment_details": {
"description": "Configuration for the payment details embedded component.",
"properties": {
Expand Down
17 changes: 17 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -46914,6 +46914,23 @@
"title": "base_config_param",
"type": "object"
},
"documents": {
"properties": {
"enabled": {
"type": "boolean"
},
"features": {
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object"
},
"payment_details": {
"properties": {
"enabled": {
Expand Down

0 comments on commit 4cb05b6

Please sign in to comment.