In this video, we discuss the Object Update API that enables the modification of one or more properties of an object in the database. It is different from storing a new object because the object is already in the database, with an object ID assigned to it. We show how to use this API in Backendless Console with REST Console and in UI Builder with Codeless. In Backendless Console, we demonstrate how modifications done in the data browser do not use the API. We then demonstrate how to use the API to update a record and how it can be used with any of our SDKs. In UI Builder, we create a new page that retrieves 100 products from the product table and lists them in the UI. We show how to modify the selected object's properties and how to commit the changes to the database. Finally, we examine the request sent to the server to update the record.
Have questions? Post them in the comments below or get in touch at:
Support forum: https://support.backendless.com/
Slack channel: https://backendless.slack.com/
Telegram channel: https://t.me/backendless_chat
Start with Backendless for free today to follow along with this course: https://develop.backendless.com/regis...
Happy Coding!
#database #api #restapi