Im using syncano with fuse but, its giving me a HTTP Method not Supported when I try to update an object,
Fuse environment doesn’t allow to make PATCH calls to the server
instance.class(‘myclass’).dataobject(1).update(obj, callback());
Im using syncano with fuse but, its giving me a HTTP Method not Supported when I try to update an object,
Fuse environment doesn’t allow to make PATCH calls to the server
instance.class(‘myclass’).dataobject(1).update(obj, callback());
Fixed, will roll out in some future release probably very soon.
Thank You for your help.