Update variables for a specific org.
cURL
curl --request PATCH \ --url https://api.example.com/orgs/{org_id}/variables \ --header 'Content-Type: application/json' \ --data ' [ { "key": "<string>", "value": "<string>", "secret": true } ] '
[ { "key": "<string>", "value": "<string>", "secret": true } ]
The ID of the org
Page number
Number of items to take
Next page token (Only used on special endpoints)
An array of org variables to update.
The key of the org variable
128
The value of the org variable
2048
Indicates if the variable is a secret
true
An array of updated org variables.
Was this page helpful?