File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : 2363f563f42501d2b1587a4f64bdccaf
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments