Skip to main content
POST
/
environment
/
variables
{
  "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>"
}
]
}

Query Parameters

space
string

Space Identifier

Body

application/json
name
string
required
Pattern: ^[a-zA-Z0-9_-]+$
value
string
required
description
string
Maximum string length: 150
encrypted
boolean

Response

Created environment variable

object
object