Skip to content

Commit 7eff3fa

Browse files
feat(api): api update
1 parent 79e25f6 commit 7eff3fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 115
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d513be954ba2cb57489bd048f93790cabb13849f0f04d328a5a15694c99550df.yml
3-
openapi_spec_hash: 0d42694f412abf65defc3f88646a809c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-028b94908fa562ed9c31c1137078f958f859e79b33b8fddbd64934e1bb4ffd32.yml
3+
openapi_spec_hash: e9a8403fd1da4edf627451a88ba27a55
44
config_hash: 1e2186b09e57d7d27b6ab5c8e6410b31

lib/orb/resources/subscriptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ def unschedule_fixed_fee_quantity_updates(subscription_id, params)
13571357
end
13581358

13591359
# This endpoint can be used to unschedule any pending plan changes on an existing
1360-
# subscription.
1360+
# subscription. When called, all upcoming plan changes will be unscheduled.
13611361
#
13621362
# @overload unschedule_pending_plan_changes(subscription_id, request_options: {})
13631363
#

rbi/orb/resources/subscriptions.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ module Orb
14361436
end
14371437

14381438
# This endpoint can be used to unschedule any pending plan changes on an existing
1439-
# subscription.
1439+
# subscription. When called, all upcoming plan changes will be unscheduled.
14401440
sig do
14411441
params(
14421442
subscription_id: String,

0 commit comments

Comments
 (0)