Create an environment
Create an environment
Creates a new environment with a name, type, and optional description.
POST
Create an environment
Authorizations
Bearer token for authentication
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"
}