Skip to main content
PATCH
Rename 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

key
string
required

The key of the variable to rename.

Body

The new variable information.

Detailed information about a variable in your org

key
string

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 updated org variables.

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