Merge multiple units into one
Unit
Merge multiple units into one
Consolidate multiple units into a single unit with a new name.
Parameters:
unitIds: Array of unit IDs to merge (minimum 2 required)newName: Name for the consolidated unit
This operation will:
- Create a new unit with the specified name
- Update all references from the old units to point to the new unit
- Delete the original units
Useful for cleaning up duplicate or similar units (e.g., merging “kg CO2” and “kg CO₂e”).
POST
Merge multiple units into one
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json

