Authentication
Requires a valid Bearer token.Path Parameters
Project ID (UUID).
Environment variable name.
Request Body
The value to set for the environment variable.
Response
Returns200 OK on success.
Errors
| Status | Description |
|---|---|
400 | Bad Request — missing value |
401 | Unauthorized — missing or invalid token |
404 | Not Found — project does not exist or you do not have access |