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
Response
Successful Response
Changes
Changed in 1 of the 13 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○