Sign in

Update an account

documented

Updates a Connect account.

PUT /accounts/{id}Connectno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{QUADERNO_ACCOUNT_NAME}}.quadernoapp.com/api/accounts/{{$id}}" \
  -X PUT \
  -u {{QUADERNO_API_KEY}}:x \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"business_name": "{{$business_name}}", "default_product_type": "{{$default_product_type}}", "default_tax_code": "{{$default_tax_code}}", "email": "{{$email}}", "web": "{{$web}}"}'
Update an account · Quaderno · OpenIntegrations