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
Right now there is only put which means you can't update a single property without ensuring that you are also including all other properties. We should support specifying a single key and any N properties and have those individual properties be updated.
An API like...
table.update([key],someObject)
The text was updated successfully, but these errors were encountered:
Right now there is only
put
which means you can't update a single property without ensuring that you are also including all other properties. We should support specifying a single key and any N properties and have those individual properties be updated.An API like...
The text was updated successfully, but these errors were encountered: