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

Path Parameters

org_id
string
required

The ID of the org

Query Parameters

page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Body

An array of org variables to update.

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

An array of updated org variables.

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