Skip to main content
PATCH
/
projects
/
{id}
/
environments
/
{envId}
Update environment
curl --request PATCH \
  --url https://bugzy.ai/api/v1/projects/{id}/environments/{envId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_*). Generate in Dashboard → Project Settings → API Key.

Path Parameters

id
string<uuid>
required
envId
string<uuid>
required

Body

application/json
name
string
description
string

Response

200

Environment updated