We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on the discussion in #788, we should implement few new methods, both in 2.x and 3.0:
patchById
instance.updateAttributes
patchOrCreate
updateOrCreate
instance.patchAttributes
patch/replaceById
sharedCtor
update/replaceAttributes
/cc @raymondfeng
The text was updated successfully, but these errors were encountered:
Amir-61
No branches or pull requests
Based on the discussion in #788, we should implement few new methods, both in 2.x and 3.0:
patchById
- a static version ofinstance.updateAttributes
that does not require any instance (Connect to: strongloop-internal/scrum-loopback#752)patchOrCreate
- an alias forupdateOrCreate
(Connect to: strongloop-internal/scrum-loopback#753)instance.patchAttributes
- an alias forinstance.updateAttributes
(Connect to: strongloop-internal/scrum-loopback#753)patch/replaceById
instead ofsharedCtor
+update/replaceAttributes
/cc @raymondfeng
The text was updated successfully, but these errors were encountered: