File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -1624,7 +1624,8 @@ def unschedule_fixed_fee_quantity_updates(
1624
1624
This endpoint can be used to clear scheduled updates to the quantity for a fixed
1625
1625
fee.
1626
1626
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.
1628
1629
1629
1630
Args:
1630
1631
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(
3358
3359
This endpoint can be used to clear scheduled updates to the quantity for a fixed
3359
3360
fee.
3360
3361
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.
3362
3364
3363
3365
Args:
3364
3366
price_id: Price for which the updates should be cleared. Must be a fixed fee.
You can’t perform that action at this time.
0 commit comments