Skip to content

Commit

Permalink
OpenAPI Update (#624)
Browse files Browse the repository at this point in the history
Update OpenAPI for 4570ba377ec39e71af6a478eca0002d2bab213d5

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jan 22, 2024
1 parent cbb8075 commit de9b51b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -99387,6 +99387,11 @@
],
"title": "discount_end",
"type": "object"
},
"promotion_code": {
"description": "ID of the promotion code to create a new discount for.",
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down Expand Up @@ -99507,6 +99512,11 @@
],
"title": "discount_end",
"type": "object"
},
"promotion_code": {
"description": "ID of the promotion code to create a new discount for.",
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down Expand Up @@ -102598,6 +102608,11 @@
],
"title": "discount_end",
"type": "object"
},
"promotion_code": {
"description": "ID of the promotion code to create a new discount for.",
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down Expand Up @@ -102729,6 +102744,11 @@
],
"title": "discount_end",
"type": "object"
},
"promotion_code": {
"description": "ID of the promotion code to create a new discount for.",
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down
16 changes: 16 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -79980,6 +79980,10 @@
"discount": {
"maxLength": 5000,
"type": "string"
},
"promotion_code": {
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down Expand Up @@ -80046,6 +80050,10 @@
"discount": {
"maxLength": 5000,
"type": "string"
},
"promotion_code": {
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down Expand Up @@ -80940,6 +80948,10 @@
"discount": {
"maxLength": 5000,
"type": "string"
},
"promotion_code": {
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down Expand Up @@ -81017,6 +81029,10 @@
"discount": {
"maxLength": 5000,
"type": "string"
},
"promotion_code": {
"maxLength": 5000,
"type": "string"
}
},
"title": "discounts_data_param",
Expand Down

0 comments on commit de9b51b

Please sign in to comment.