Update Subaccount
documentedUpdate a subaccount.
POST /a1/subaccounts/{id}Subaccountsno 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.46elks.com/a1/subaccounts/{{$id}}" \
-X POST \
-u "{{$id}}:{{46ELKS_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "usagelimit": {{$usagelimit}}, "secret": "{{$new_secret}}", "active": "{{$active}}"}'