Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 93
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-15ce5857138c8d5d61dfcfca1b028427d9501531fa5fc8ac36a84b6fdb648783.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-90a52a59bc88bb7c8ae95cd1f8d2e0d69e48320d5481068fe1fbc54f539fd8db.yml
2 changes: 1 addition & 1 deletion src/resources/coupons/coupons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class CouponsPage extends Page<Coupon> {}

/**
* A coupon represents a reusable discount configuration that can be applied either
* as a fixed currency amount or as a percentage of the usage cost. Coupons are
* as a fixed or percentage amount to an invoice or subscription. Coupons are
* activated using a redemption code, which applies the discount to a subscription
* or invoice. The duration of a coupon determines how long it remains available
* for use by end users.
Expand Down
3 changes: 2 additions & 1 deletion src/resources/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,8 @@ export class Subscriptions extends APIResource {
* This endpoint can be used to clear scheduled updates to the quantity for a fixed
* fee.
*
* If there are no updates scheduled, this endpoint is a no-op.
* If there are no updates scheduled, a request validation error will be returned
* with a 400 status code.
*/
unscheduleFixedFeeQuantityUpdates(
subscriptionId: string,
Expand Down