Skip to main content
POST
Create Org Variable

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

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 string length: 128
Pattern: ^[a-zA-Z_][a-zA-Z_0-9]*$
value
string

The value of the org variable

Maximum string 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 string length: 128
Pattern: ^[a-zA-Z_][a-zA-Z_0-9]*$
value
string

The value of the org variable

Maximum string length: 2048
secret
boolean

Indicates if the variable is a secret

Example:

true