.env file format string. Existing variables with the same key are overwritten.
Authentication
Requires a valid Bearer token.Path Parameters
Project ID (UUID).
Request Body
Environment variables in
.env file format. Each line should be in KEY=value format.Response
Returns200 OK on success.
Errors
| Status | Description |
|---|---|
400 | Bad Request — invalid .env format |
401 | Unauthorized — missing or invalid token |
404 | Not Found — project does not exist or you do not have access |