Skip to main content
PUT
/
projects
/
{id}
/
env-vars
/
{name}
Update environment variable
curl --request PUT \
  --url https://bugzy.ai/api/v1/projects/{id}/env-vars/{name} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<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
name
string
required

Body

application/json
value
string
required

Response

200

Variable updated