Skip to content

Commit 51a5c74

Browse files
committed
update maintenance instructions for DevboxCreateParams
1 parent 62394f8 commit 51a5c74

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/runloop_api_client/types/devbox_create_params.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111

1212
__all__ = ["DevboxCreateParams"]
1313

14-
# We split up the original DevboxCreateParams into two nested classes to enable us to
14+
# We split up the original DevboxCreateParams into two nested types to enable us to
1515
# omit blueprint_id, blueprint_name, and snapshot_id when we unpack the TypedDict
1616
# params for methods like create_from_blueprint_id, create_from_blueprint_name, and
1717
# create_from_snapshot, which shouldn't allow you to specify creation source kwargs.
18+
# These should be updated whenever DevboxCreateParams is changed in the OpenAPI spec.
1819

1920

2021
# DevboxBaseCreateParams should contain all the fields that are common to all the
21-
# create methods. Any updates to the OpenAPI spec should be reflected here.
22+
# create methods.
2223
class DevboxBaseCreateParams(TypedDict, total=False):
2324
code_mounts: Optional[Iterable[CodeMountParameters]]
2425
"""A list of code mounts to be included in the Devbox."""

0 commit comments

Comments
 (0)