Endpoint
Request
Headers
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
env_vars | object | Yes | Dictionary of variables to update/add |
merge | boolean | Yes | Must be true for merge behavior |
Example Request
Response
Success (204 No Content)
Empty response on success.Status Codes
| Code | Description |
|---|---|
| 204 | Variables updated successfully |
| 400 | Invalid request |
| 401 | Unauthorized |
Use Cases
Add New Variables
Related
- SDK: sandbox.env.update() - Python SDK method
- CLI Environment Variables - Environment variables from CLI
Next Steps
- Get Environment Variables - View all variables
- Set Environment Variables - Replace all variables

