Skip to content

Commit 37cf0bc

Browse files
committed
updated api spec
1 parent 9129458 commit 37cf0bc

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

packages/js-sdk/src/api/schema.gen.ts

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/models/listed_sandbox.py

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/openapi.yml

+6
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ components:
284284
type: string
285285
format: date-time
286286
description: Time when the sandbox will expire
287+
envdVersion:
288+
type: string
289+
description: Version of the envd running in the sandbox
290+
envdAccessToken:
291+
type: string
292+
description: Access token used for envd communication
287293
cpuCount:
288294
$ref: "#/components/schemas/CPUCount"
289295
memoryMB:

0 commit comments

Comments
 (0)