Updates an item.
Your Moonbase API key.
Specifies how to update fields with a single (one) value during a PATCH or update request. Use replace (default) to overwrite the existing value with the new value. Use preserve to leave the existing value unchanged if one is already present.
replace, preserve Specifies how to update fields that allow multiple values during a PATCH or update request. Use replace (default) to overwrite all existing values with the new values. Use preserve to leave the existing values unchanged when already present. Use merge to merge the new values with existing values.
replace, preserve, merge The Item values to update.
Parameters for updating an Item.
A hash where keys are the ref of a Field and values are the new data to be set.
Update succeeded.
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.