v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Create

Environment

post/v3/environments

Query parameters

projectstring required

The project's name

Request body

namestring required
slugstring required
personal_configsboolean

Whether or not to enable personal configs for the environment

Response

200

Example response

{
  "environment": {
    "id": "dev",
    "name": "Development",
    "initial_fetch_at": "2019-11-21T03:45:47.982Z",
    "created_at": "2019-11-19T07:19:00.476Z",
    "project": "ed0c2a68b6"
  }
}