Update an environment
Update an existing environment's configuration
PUT
Path parameters
namespace type: string (required)
The namespace (user or organization) the project belongs to.
proj type: string (required)
The project ID or slug.
env type: string (required)
The environment ID or name.
Body parameters
name type: string
Updated environment name.
env_vars type: object
Updated environment variables. Replaces all existing variables.
deployment_config type: object
Updated deployment configuration.