Updates an existing logical environment’s name and/or description by ID.
Bearer token for authentication
ID is the unique identifier of the logical environment to update
A successful response.
{
"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"
}