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
Response
Environment updated.
Example response
{
"uuid": "env123",
"name": "staging",
"description": "Staging environment"
}Changes
Changed in 1 of the 55 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○