v7

latestOpenAPI 3.1.02026-08-0776170186.5 KB
accounts

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/v1/accounts/{account_id}/variables

Path parameters

account_idstring uuid required

ID of the account.

Request body

variablesobject required

Variables to merge into the account's variables. Existing keys are overwritten.

Response

Successful Response

variablesobject required

Custom variables stored on the account for this workspace.