Skip to content

Commit b866f26

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#48)
1 parent 218b9b0 commit b866f26

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-aa6caa3595f38c8e665e0869e7424eb27a81cdf2a02ecbbcc162330d979abaeb.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-86d074c66f5140455eedb277c3ad3de81ec91f5cbd6ade28ef00ea2546dcc95e.yml

src/runloop_api_client/types/devbox_view.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ class DevboxView(BaseModel):
1212
id: Optional[str] = None
1313
"""The id of the Devbox."""
1414

15+
blueprint_id: Optional[str] = None
16+
"""The Blueprint ID used in creation of the Devbox, if any."""
17+
1518
create_time_ms: Optional[int] = None
1619
"""Creation time of the Devbox (Unix timestamp milliseconds)."""
1720

0 commit comments

Comments
 (0)