Update account
documentedUpdate an existing Account resource by id.
POST /accounts/{id}Accountsno implementation yet0 runsNo 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://api.usecopper.com/next/accounts/{{$id}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-u {{COPPER_API_KEY}}: \
-d '{"name": "{{$name}}", "email": "{{$email}}", "phone": "{{$phone}}", "address": {"country": "{{$country}}", "city": "{{$city}}"}}'