Update a logical environment
Update a logical environment
Updates an existing logical environment’s name and/or description by ID.
PUT
Update a logical environment
Authorizations
Bearer token for authentication
Path Parameters
ID is the unique identifier of the logical environment to update
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"
}