Skip to main content
PUT
Update a global variable by id

Authorizations

oiq_token
string
cookie
required

Path Parameters

id
string
required
Required string length: 1 - 128

Query Parameters

tenantId
string

Tenant identifier. Overwritten from the authenticated session; a value naming a different tenant is refused with 403.

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$

Body

application/json
key
string
Required string length: 1 - 256
value
string
Maximum string length: 8192
isSecret
boolean
secret
boolean

Alias of isSecret. If either is true the variable is secret.

Response

200

Success