Skip to content

Commit 8514f04

Browse files
chore(mounts): Update documentation for deprecated fields to direct the user to the replacement API
1 parent 555afbf commit 8514f04

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 97
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b1e4697ee11a301905abe34736d6a2e74a2200c2f9bade48b6f50ee2d65a814f.yml
3-
openapi_spec_hash: 3ebe459b324ae2757ba3bee9d1484e90
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-cb2d725f71e87810cd872eacd70e867ca10f94980fdf9c78bb2844c02ee47bf3.yml
3+
openapi_spec_hash: 16ce3e9184fc2afdee66db18a83a96e8
44
config_hash: 2363f563f42501d2b1587a4f64bdccaf

src/resources/devboxes/devboxes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ export interface DevboxCreateParams {
897897
blueprint_name?: string | null;
898898

899899
/**
900-
* A list of code mounts to be included in the Devbox.
900+
* A list of code mounts to be included in the Devbox. Use mounts instead.
901901
*/
902902
code_mounts?: Array<Shared.CodeMountParameters> | null;
903903

@@ -914,7 +914,7 @@ export interface DevboxCreateParams {
914914
environment_variables?: { [key: string]: string } | null;
915915

916916
/**
917-
* (Optional) Map of paths and file contents to write before setup..
917+
* Map of paths and file contents to write before setup. Use mounts instead.
918918
*/
919919
file_mounts?: { [key: string]: string } | null;
920920

0 commit comments

Comments
 (0)