Update field group
documentedUpdate a field group.
PUT /api/v1/contacts/fields/groups/{group_id}Contactsno 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.nimble.com/api/v1/contacts/fields/groups/{{$group_id}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json; charset=utf-8" \
-d '{"insert_after": "{{$insert_after}}", "logo_id": "{{$logo_id}}", "name": "{{$name}}", "tab_id": "{{$tab_id}}"}'