Skip to content

Commit 87a0726

Browse files
feat(api): api update
1 parent be086a4 commit 87a0726

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-0ab0946487d1ee971683d894554494d9940010403874c0be724ffc3a82d696db.yml
3-
openapi_spec_hash: 66b792328a4faee3c7659185accc3f0e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-033643979990e894363554df06218fabe4493feaa569a013dbdf9a72aa21c45f.yml
3+
openapi_spec_hash: dd9d320ad178bafa06f1eac2977e2ca7
44
config_hash: e6db17547fe854b1c240407cf4c6dc9e

lib/orb/resources/subscriptions.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ class Subscriptions
263263
# subscription. E.g. pass in `10.00` to issue an invoice when usage amounts hit
264264
# \$10.00 for a subscription that invoices in USD.
265265
#
266+
# ## Limits
267+
#
268+
# By default, Orb limits the number of subscriptions per customer to 100.
269+
#
266270
# @overload create(add_adjustments: nil, add_prices: nil, align_billing_with_subscription_start_date: nil, auto_collection: nil, aws_region: nil, billing_cycle_anchor_configuration: nil, coupon_redemption_code: nil, credits_overage_rate: nil, currency: nil, customer_id: nil, default_invoice_memo: nil, end_date: nil, external_customer_id: nil, external_marketplace: nil, external_marketplace_reporting_id: nil, external_plan_id: nil, filter: nil, initial_phase_order: nil, invoicing_threshold: nil, metadata: nil, name: nil, net_terms: nil, per_credit_overage_amount: nil, plan_id: nil, plan_version_number: nil, price_overrides: nil, remove_adjustments: nil, remove_prices: nil, replace_adjustments: nil, replace_prices: nil, start_date: nil, trial_duration_days: nil, usage_customer_ids: nil, request_options: {})
267271
#
268272
# @param add_adjustments [Array<Orb::Models::SubscriptionCreateParams::AddAdjustment>, nil] Additional adjustments to be added to the subscription. (Only available for acco

rbi/orb/resources/subscriptions.rbi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ module Orb
259259
# specified in the subscription's invoicing currency, when creating a
260260
# subscription. E.g. pass in `10.00` to issue an invoice when usage amounts hit
261261
# \$10.00 for a subscription that invoices in USD.
262+
#
263+
# ## Limits
264+
#
265+
# By default, Orb limits the number of subscriptions per customer to 100.
262266
sig do
263267
params(
264268
add_adjustments:

0 commit comments

Comments
 (0)