Skip to main content
PATCH
Update a project variable

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
projectVariableId
string
required

Body

application/json
name
string

Name of the variable

attributes
Arbitrary attributes · object

Arbitrary attributes attached to this resource

value
string

Value of the variable

is_json
boolean

The variable is a JSON string

is_sensitive
boolean

The variable is sensitive

visible_build
boolean

The variable is visible during build

visible_runtime
boolean

The variable is visible at runtime

application_scope
string[]

Applications that have access to this variable

Response

default - application/json
status
string
required

The status text of the response

code
integer
required

The status code of the response

Last modified on June 16, 2026