Velo API Reference Bug Fixes (April 2021)

We just updated the API Reference to fix a few bugs. Here’s the list of recent changes.

To see every change in the API Reference, visit the Release Notes page.

We love hearing your feedback!
Lots of our bugs come from users like you and you can help us improve the docs by reporting them to us. You can report bugs and other feedback through these links found at the bottom of each page of our docs.


wix-dataset
setFilter
Missing information for when a dataset is connected to an input element.
Fixed: Added a note that when using a read-write dataset and linked input elements, calling setFilter() will save any changes made in the linked input elements.


wix-data
bulkInsert
Missing updatedItemIds from the return object.
Fixed: Added updatedItemIds to the table.

bulkRemove
Missing wixDataBulkRemoveResult from bulkRemove.
Fixed : Added the wixDataBulkRemoveResult object to the return value.

insertReference
Missing which field types insertReference works with.
Fixed : Added a note that insertReference only works with multi-reference fields.


wix-storage
getItem
Missing information if an item doesn’t exist.
Fixed : Added a note that if the item doesn’t exist getItem() resolves to null.


wix-http-functions
body
Missing request body size limit.
Fixed : Added information that the request body is limited to 512 kb.


wix-users-backend
updateUserFields
Some read-only fields were listed in the table of parameters for calling the function.
Fixed : Removed any read-only fields from the documented parameters for calling updatedUserFields.

3 Likes