Environment
Update environment
Endpoint: PUT /v2/environment/{env_id}
This endpoint allows you to update the configuration of an existing environment identified by its unique environment ID. This endpoint accepts new configuration details and returns a confirmation message upon successful update.
Parameters
env_id
string
requiredThe unique identifier of the environment to update.
Request Body
config
json
requiredThe request body must be a JSON object with the updated environment configuration details.
Response Parameters
message
string
Confirmation message of successful update.
environment_id
string
ID of the updated environment.