Find and update an existing item, or create a new one.
Your Moonbase API key.
Specifies how to update fields that have a single value. 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. 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 object to be created or updated.
Parameters for creating or updating an Item.
A hash where keys are the ref of a Field and values are used to identify the item to update. When multiple identifiers are provided, the update will find items that match any of the identifiers.
A hash where keys are the ref of a Field and values are the data to be set.
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.