searchOn and sortBy now accept a comma delimited string instead of a comma delimited string OR an array of strings
Rename "Update" (used for PUT's) in favor of "Save" to clarify intent. It should more often be used to create new things. If you want to update an object a Patch is most likely the best thing to use.