Update an environment
Update an environment
Updates an existing environment by ID. Supports updating name, description, and type.
PUT
Update an environment
Authorizations
Bearer token for authentication
Path Parameters
ID is the unique identifier of the environment to update
Body
application/json
Response
A successful response.
Example:
{
"updated_at": "2000-01-23T04:56:07.000Z",
"organization_id": "organization_id",
"name": "name",
"description": "description",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id",
"type": "ENVIRONMENT_TYPE_UNSPECIFIED"
}