Update a Billing GroupAsk AIput https://api.bridgeft.com/v2/billing/groups/{id}Provide a billing group to update. Then entire billing group object must be provided to the PUT request. Editable Fields: name minimum_ids household_id assignments Path ParamsidintegerrequiredUnique ID for the objectBody Paramsidint64The unique resource ID for this Billing GroupnamestringThe name of this Billing GroupslugstringThe sluggified name of this Billing Grouphousehold_idintegerThe ID of the associated household for this Billing Groupfirm_idintegerThe firm ID of the managing firm for this Billing Groupminimum_idsarray of integersA list of billing minimum ID's associated with this Billing GroupMinimum idADD integercreated_at_utcdate-timeTimestamp for when the record was createdupdated_at_utcdate-timeTimestamp for when the record was updatedassignmentsobjectA list of AccountGroupAssignment objects associated with this Billing GroupAssignments objectResponses 200The updated group object 400Bad RequestUpdated 7 months ago