Skip to main content
PUT
/
environment
/
variables
/
{name}
{
  "object": {
    "name": "<string>",
    "description": "<string>",
    "value": "<string>",
    "encrypted": true,
    "default": true
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Path Parameters

name
string
required

Environment variable name

Query Parameters

space
string

Space Identifier

Body

application/json
description
string
Maximum string length: 150
encrypted
boolean
value
string

Response

Updated variable

object
object