Update account
documentedUpdate an account by ID.
PATCH /rest/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://app.nutshell.com/rest/accounts/{{$id}}" \
-X PATCH \
-u "{{NUTSHELL_USERNAME}}:{{NUTSHELL_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '[{"op":"replace","path":"accounts/0/name","value":"{{$name}}"},{"op":"replace","path":"accounts/0/description","value":"{{$description}}"}]'