Skip to main content
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

string
required
The unique identifier of the environment to update.

Request Body

json
required
The request body must be a JSON object with the updated environment configuration details.

Response Parameters

string
Confirmation message of successful update.
string
ID of the updated environment.