Skip to content

Commit c04818f

Browse files
stainless-app[bot]Stainless Bot
authored and
Stainless Bot
committed
feat(api): OpenAPI spec update via Stainless API (#370)
1 parent 83d3429 commit c04818f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 93
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-15ce5857138c8d5d61dfcfca1b028427d9501531fa5fc8ac36a84b6fdb648783.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-90a52a59bc88bb7c8ae95cd1f8d2e0d69e48320d5481068fe1fbc54f539fd8db.yml

src/orb/resources/subscriptions.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,8 @@ def unschedule_fixed_fee_quantity_updates(
16241624
This endpoint can be used to clear scheduled updates to the quantity for a fixed
16251625
fee.
16261626
1627-
If there are no updates scheduled, this endpoint is a no-op.
1627+
If there are no updates scheduled, a request validation error will be returned
1628+
with a 400 status code.
16281629
16291630
Args:
16301631
price_id: Price for which the updates should be cleared. Must be a fixed fee.
@@ -3358,7 +3359,8 @@ async def unschedule_fixed_fee_quantity_updates(
33583359
This endpoint can be used to clear scheduled updates to the quantity for a fixed
33593360
fee.
33603361
3361-
If there are no updates scheduled, this endpoint is a no-op.
3362+
If there are no updates scheduled, a request validation error will be returned
3363+
with a 400 status code.
33623364
33633365
Args:
33643366
price_id: Price for which the updates should be cleared. Must be a fixed fee.

0 commit comments

Comments
 (0)