Skip to main content
POST
/
orgs
/
{org_id}
/
variables
{
  "key": "<string>",
  "value": "<string>",
  "secret": true
}

Path Parameters

org_id
string
required

The ID of the org

Body

The new variable information.

Detailed information about a variable in your org

key
string
required

The key of the org variable

Maximum length: 128
value
string

The value of the org variable

Maximum length: 2048
secret
boolean

Indicates if the variable is a secret

Example:

true

Response

200 - application/json

The created org variable.

Detailed information about a variable in your org

key
string
required

The key of the org variable

Maximum length: 128
value
string

The value of the org variable

Maximum length: 2048
secret
boolean

Indicates if the variable is a secret

Example:

true