Skip to content

Commit dbf6aa2

Browse files
feat(api): api update
1 parent 1e5179b commit dbf6aa2

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
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-96a2f34503f9348f8d7ce82035fe09c917860d77e17bc6817e034b891902599a.yml
3-
openapi_spec_hash: 3719dd8f962e6b0051a95015aecb0e53
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-42aa43f3893eef31a351e066bf0cf8c56da8c857ccbb45eb7dd58739ad43bd86.yml
3+
openapi_spec_hash: e6b8c1e707036539d88a7b79af864a49
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

src/orb/resources/beta/beta.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,7 @@ def create_plan_version(
7272
timeout: float | httpx.Timeout | None | NotGiven = not_given,
7373
idempotency_key: str | None = None,
7474
) -> PlanVersion:
75-
"""This API endpoint is in beta and its interface may change.
76-
77-
It is recommended for
78-
use only in test mode.
79-
75+
"""
8076
This endpoint allows the creation of a new plan version for an existing plan.
8177
8278
Args:
@@ -269,11 +265,7 @@ async def create_plan_version(
269265
timeout: float | httpx.Timeout | None | NotGiven = not_given,
270266
idempotency_key: str | None = None,
271267
) -> PlanVersion:
272-
"""This API endpoint is in beta and its interface may change.
273-
274-
It is recommended for
275-
use only in test mode.
276-
268+
"""
277269
This endpoint allows the creation of a new plan version for an existing plan.
278270
279271
Args:

src/orb/resources/beta/external_plan_id.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ def create_plan_version(
6262
timeout: float | httpx.Timeout | None | NotGiven = not_given,
6363
idempotency_key: str | None = None,
6464
) -> PlanVersion:
65-
"""This API endpoint is in beta and its interface may change.
66-
67-
It is recommended for
68-
use only in test mode.
69-
65+
"""
7066
This endpoint allows the creation of a new plan version for an existing plan.
7167
7268
Args:
@@ -258,11 +254,7 @@ async def create_plan_version(
258254
timeout: float | httpx.Timeout | None | NotGiven = not_given,
259255
idempotency_key: str | None = None,
260256
) -> PlanVersion:
261-
"""This API endpoint is in beta and its interface may change.
262-
263-
It is recommended for
264-
use only in test mode.
265-
257+
"""
266258
This endpoint allows the creation of a new plan version for an existing plan.
267259
268260
Args:

0 commit comments

Comments
 (0)