Merge Collection Items
Merges two items into a single item.
Authorizations
Your Moonbase API key.
Path Parameters
The ID of the collection containing the items to merge.
Body
A JSON object describing the merge (ItemMergeParams), including source and destination item objects.
Response
Successful response.
An Item represents a single record or row within a Collection. It holds a set of values corresponding to the Collection's fields.
String representing the object’s type. Always item for this object.
"item"Unique identifier for the object.
A lightweight reference to a Collection, containing the minimal information needed to identify it.
A hash where keys are the ref of a Field and values are the data stored for that field.

