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
required

The unique identifier of the environment to update.

Request Body

config
json
required

The 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.