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 Apr 23, 2024
1 parent 7b749db commit 4d56c52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -49327,7 +49327,7 @@
"$ref": "#/components/schemas/quotes_resource_quote_lines_cancel_subscription_schedule"
}
],
"description": "A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible with `quote_acceptance_date` for `starts_at`. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for metadata modifications.",
"description": "A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible with `quote_acceptance_date` for `starts_at`. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for modifications to the metadata, collection_method or invoice_settings.",
"nullable": true
},
"ends_at": {
Expand Down Expand Up @@ -160926,7 +160926,7 @@
"type": "string"
},
"cancel_subscription_schedule": {
"description": "A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible with `quote_acceptance_date` for `starts_at`. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for metadata modifications.",
"description": "A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible with `quote_acceptance_date` for `starts_at`. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for modifications to the metadata, collection_method or invoice_settings.",
"properties": {
"cancel_at": {
"description": "Timestamp helper to cancel the underlying schedule on the accompanying line's start date. Must be set to `line_starts_at`.",
Expand Down Expand Up @@ -163128,7 +163128,7 @@
"type": "string"
},
"cancel_subscription_schedule": {
"description": "A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible with `quote_acceptance_date` for `starts_at`. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for metadata modifications.",
"description": "A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible with `quote_acceptance_date` for `starts_at`. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for modifications to the metadata, collection_method or invoice_settings.",
"properties": {
"cancel_at": {
"description": "Timestamp helper to cancel the underlying schedule on the accompanying line's start date. Must be set to `line_starts_at`.",
Expand Down
9 changes: 6 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45096,7 +45096,8 @@ components:
schedule at the line's starts_at timestamp. Currently only
compatible with `quote_acceptance_date` for `starts_at`. When using
cancel_subscription_schedule, the subscription schedule on the quote
remains unalterable, except for metadata modifications.
remains unalterable, except for modifications to the metadata,
collection_method or invoice_settings.
nullable: true
ends_at:
anyOf:
Expand Down Expand Up @@ -152521,7 +152522,8 @@ paths:
`quote_acceptance_date` for `starts_at`. When using
cancel_subscription_schedule, the subscription
schedule on the quote remains unalterable, except for
metadata modifications.
modifications to the metadata, collection_method or
invoice_settings.
properties:
cancel_at:
description: >-
Expand Down Expand Up @@ -154755,7 +154757,8 @@ paths:
`quote_acceptance_date` for `starts_at`. When using
cancel_subscription_schedule, the subscription
schedule on the quote remains unalterable, except for
metadata modifications.
modifications to the metadata, collection_method or
invoice_settings.
properties:
cancel_at:
description: >-
Expand Down

0 comments on commit 4d56c52

Please sign in to comment.