Projects

Update Environment

Update environment by name or UUID within a project.

patch/projects/{uuid}/environments/{environment_name_or_uuid}

Path parameters

uuidstring required

Project UUID

environment_name_or_uuidstring required

Environment name or UUID

Request body

namestring

The name of the environment.

descriptionstring

The description of the environment.

Response

Environment updated.

uuidstring
namestring
descriptionstring

Example response

{
  "uuid": "env123",
  "name": "staging",
  "description": "Staging environment"
}

Changes

Changed in 1 of the 55 revisions of this API.1