You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the code, and think the documentation is wrong, and partialUpdate doesn't support autoGenerate. Note that it's in general not a good idea to have no handle of what the objectID for a record is, as that means you won't be able to update it in the future, and will have to rely on full index updates, which are less efficient
In the documentation for
partialUpdateObjects
it is mentionedautoGenerateObjectIDIfNotExist
as a parameter. When I tried to use it throws the errorI'm I doing something wrong here
Thanks
The text was updated successfully, but these errors were encountered: