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 1, 2024
1 parent e85b753 commit c5f807b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -49655,15 +49655,15 @@
"type": {
"description": "Select a way to pass in `ends_at`.",
"enum": [
"billing_period_end",
"discount_end",
"duration",
"quote_acceptance_date",
"schedule_end",
"timestamp",
"upcoming_invoice"
],
"type": "string",
"x-stripeBypassValidation": true
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -155006,15 +155006,15 @@
"type": {
"description": "Select a way to pass in `ends_at`.",
"enum": [
"billing_period_end",
"discount_end",
"duration",
"quote_acceptance_date",
"schedule_end",
"timestamp",
"upcoming_invoice"
],
"type": "string",
"x-stripeBypassValidation": true
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -157163,15 +157163,15 @@
"type": {
"description": "Select a way to pass in `ends_at`.",
"enum": [
"billing_period_end",
"discount_end",
"duration",
"quote_acceptance_date",
"schedule_end",
"timestamp",
"upcoming_invoice"
],
"type": "string",
"x-stripeBypassValidation": true
"type": "string"
}
},
"required": [
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45304,14 +45304,14 @@ components:
type:
description: Select a way to pass in `ends_at`.
enum:
- billing_period_end
- discount_end
- duration
- quote_acceptance_date
- schedule_end
- timestamp
- upcoming_invoice
type: string
x-stripeBypassValidation: true
required:
- computed
- duration
Expand Down Expand Up @@ -146617,14 +146617,14 @@ paths:
type:
description: Select a way to pass in `ends_at`.
enum:
- billing_period_end
- discount_end
- duration
- quote_acceptance_date
- schedule_end
- timestamp
- upcoming_invoice
type: string
x-stripeBypassValidation: true
required:
- type
title: ends_at_specs
Expand Down Expand Up @@ -148793,14 +148793,14 @@ paths:
type:
description: Select a way to pass in `ends_at`.
enum:
- billing_period_end
- discount_end
- duration
- quote_acceptance_date
- schedule_end
- timestamp
- upcoming_invoice
type: string
x-stripeBypassValidation: true
required:
- type
title: ends_at_specs
Expand Down

0 comments on commit c5f807b

Please sign in to comment.