Update Account Variables
Merge variables into an account’s variables.
Upsert semantics: provided keys are written, other keys are kept.
An account holds at most 200 variables. A null value clears the variable but keeps the key counting toward the limit; use the DELETE endpoint to remove a key and free its slot.
Requires the accounts:write scope on the API key.
PATCH
Update Account Variables
Authorizations
Bearer API key issued from Settings → Developers.
Path Parameters
ID of the account.
Body
application/json
Update Account Variables payload
Variables to merge into the account's variables. Existing keys are overwritten.
Response
200 - application/json
Successful Response
Custom variables stored on the account for this workspace.