v1

latestOpenAPI 3.1.02026-07-1213613295.5 KB
Projects

Create Environment

Create environment in project.

post/projects/{uuid}/environments

Path parameters

uuidstring required

Project UUID

Request body

namestring

The name of the environment.

Response

Environment created.

uuidstring

The UUID of the environment.

Example response

{
  "uuid": "env123"
}